Html Css Color HEX #F15A87 Dark Pink

📋 copy color: '#F15A87'

red 241 ◦ green 90 ◦ blue 135

#F15A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F15A87

Tints of Dark Pink #F15A87

RGB

 RED value IS 241 (94.53% from 255) = 51.72%

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 51.72%
G = 19.31%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F15A87 (or 0xF15A87) is known color: Dark Pink. HEX triplet: F1, 5A and 87. RGB value is (241,90,135). Sum of RGB (Red+Green+Blue) = 241+90+135=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15A87 is #0EA578. Grayscale: #8C8C8C. Windows color (decimal): -959865 or 8870641. OLE color: 8870641.

HSL color Cylindrical-coordinate representation of color #F15A87: hue angle of 342.12º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15A87 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 90 135 -
CMYK 0 0.63 0.44 0.05
HSL 342.12º 0.84% 0.65% -
HSV(B) 342.12º 0.63% 0.95% -
XYZ 44.3 27.76 25.95 -
YUV 140.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 241 90 135 0 0.63 0.44 0.05 342.12 0.84 0.65
Hex F1 5A 87 0 3F 2C 5 156 54 41
Octal 361 132 207 0 77 54 5 526 124 101
Binary 11110001 1011010 10000111 0 111111 101100 101 101010110 1010100 1000001

Color Harmonies of #F15A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A87

Black with #F15A87

Text Example


Text Example

White with #F15A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A87; }

 p { color: rgb(241,90,135); }

 H1.HeaderClassName
 {
   color: #F15A87;
 }
 .AnyTagClassName
 {
   color: #F15A87;
 }
</style>

background-color css

<style>
 a { background-color: #F15A87; }

 a { background-color: rgb(241,90,135); }

 div.DivClassName
 {
   background-color: #F15A87;
 }
 .BgClassName
 {
   background-color: #F15A87;
 }
</style>

border-color css

<style>
 span { border-color: #F15A87; }

 span { border-color: rgb(241,90,135); }

 td.TdClassName
 {
   border-color: #F15A87;
 }
 .TagClassName
 {
   border-color: #F15A87;
 }
</style>