Color Hex Logo

#f25abb Color Hex

#F25ABB
(242,90,187)
0 Favorites   0 Comments

Color spaces of #f25abb

RGB 24290187
HSL0.890.850.65
HSV322°63°95°
CMYK 0.000.630.23   0.05
XYZ49.243829.777450.1659
Yxy29.77740.38120.2305
Hunter Lab54.568765.5866-16.3082
CIE-Lab61.461767.6956-20.9161

#f25abb color RGB value is (242,90,187).

#f25abb hex color red value is 242, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f25abb hue: 0.89 , saturation: 0.85 and the lightness value of f25abb is 0.65.

The process color (four color CMYK) of #f25abb color hex is 0.00, 0.63, 0.23, 0.05. Web safe color of #f25abb is #ff66cc. Color #f25abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 10111011
Octal 362 132 273
Decimal 242 90 187
Hex F2 5A BB

RGB Percentages of Color #f25abb

%46.63
%17.34
%36.03

CMYK Percentages of Color #f25abb

%0
%63
%23
%5

Triadic Colors of #f25abb

#f25abb #bbf25a #5abbf2

Analogous Colors of #f25abb

#f25abb #f25a6f #dd5af2

Monochromatic Colors of #f25abb

#f25abb

Complementary Color

#f25abb #5af291

#f25abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25abb Color CSS Codes

.mybgcolor {background-color:#f25abb; } 
.myforecolor {color:#f25abb; }
.mybordercolor {border:3px solid #f25abb; }

#f25abb Text Font Color

<p style="color:#f25abb">Text here</p>

This sample text font color is #f25abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f25abb Background Color

<div style="background-color:#f25abb">
Div content here</div>

This div background color is #f25abb


#f25abb Border Color

<div style="border:3px solid #f25abb">
Div here</div>

This div border color is #f25abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,90,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f25abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f25abb;
  -webkit-box-shadow: 1px 1px 3px 2px #f25abb;
  box-shadow:         1px 1px 3px 2px #f25abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,90,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f25abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f25abb;
  -webkit-box-shadow: 1px 1px 3px 2px #f25abb;
  box-shadow:         1px 1px 3px 2px #f25abb;">
Div content here</div>

This div box has shadow with color #f25abb


Comments

No comments written yet.

Please login to write comment.