Html Css Color HEX #F15587 Dark Pink

📋 copy color: '#F15587'

red 241 ◦ green 85 ◦ blue 135

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

Shades of Dark Pink #F15587

Tints of Dark Pink #F15587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 52.28%
G = 18.44%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15587 (or 0xF15587) is known color: Dark Pink. HEX triplet: F1, 55 and 87. RGB value is (241,85,135). Sum of RGB (Red+Green+Blue) = 241+85+135=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15587 is #0EAA78. Grayscale: #898989. Windows color (decimal): -961145 or 8869361. OLE color: 8869361.

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

Color convert

RGB 241 85 135 -
CMYK 0 0.65 0.44 0.05
HSL 340.77º 0.85% 0.64% -
HSV(B) 340.77º 0.65% 0.95% -
XYZ 43.9 26.95 25.81 -
YUV 137.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 241 85 135 0 0.65 0.44 0.05 340.77 0.85 0.64
Hex F1 55 87 0 41 2C 5 155 55 40
Octal 361 125 207 0 101 54 5 525 125 100
Binary 11110001 1010101 10000111 0 1000001 101100 101 101010101 1010101 1000000

Color Harmonies of #F15587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15587

Black with #F15587

Text Example


Text Example

White with #F15587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15587; }

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

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

background-color css

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

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

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

border-color css

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

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

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