Html Css Color HEX #F05987 Dark Pink

📋 copy color: '#F05987'

red 240 ◦ green 89 ◦ blue 135

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

Shades of Dark Pink #F05987

Tints of Dark Pink #F05987

RGB

 RED value IS 240 (94.14% from 255) = 51.72%

 GREEN value IS 89 (35.16% from 255) = 19.18%

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

R = 51.72%
G = 19.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F05987 (or 0xF05987) is known color: Dark Pink. HEX triplet: F0, 59 and 87. RGB value is (240,89,135). Sum of RGB (Red+Green+Blue) = 240+89+135=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F05987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05987 is #0FA678. Grayscale: #8B8B8B. Windows color (decimal): -1025657 or 8870384. OLE color: 8870384.

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

Color convert

RGB 240 89 135 -
CMYK 0 0.63 0.44 0.06
HSL 341.72º 0.83% 0.65% -
HSV(B) 341.72º 0.63% 0.94% -
XYZ 43.88 27.42 25.9 -
YUV 139.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 240 89 135 0 0.63 0.44 0.06 341.72 0.83 0.65
Hex F0 59 87 0 3F 2C 6 156 53 41
Octal 360 131 207 0 77 54 6 526 123 101
Binary 11110000 1011001 10000111 0 111111 101100 110 101010110 1010011 1000001

Color Harmonies of #F05987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05987

Black with #F05987

Text Example


Text Example

White with #F05987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05987; }

 p { color: rgb(240,89,135); }

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

background-color css

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

 a { background-color: rgb(240,89,135); }

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

border-color css

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

 span { border-color: rgb(240,89,135); }

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