Html Css Color HEX #F05687 Dark Pink

📋 copy color: '#F05687'

red 240 ◦ green 86 ◦ blue 135

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

Shades of Dark Pink #F05687

Tints of Dark Pink #F05687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.66%

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

R = 52.06%
G = 18.66%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F05687 (or 0xF05687) is known color: Dark Pink. HEX triplet: F0, 56 and 87. RGB value is (240,86,135). Sum of RGB (Red+Green+Blue) = 240+86+135=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F05687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05687 is #0FA978. Grayscale: #898989. Windows color (decimal): -1026425 or 8869616. OLE color: 8869616.

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

Color convert

RGB 240 86 135 -
CMYK 0 0.64 0.44 0.06
HSL 340.91º 0.84% 0.64% -
HSV(B) 340.91º 0.64% 0.94% -
XYZ 43.64 26.93 25.82 -
YUV 137.63 126.52 201.02 -
System Red Green Blue C M Y K H S L
Decimal 240 86 135 0 0.64 0.44 0.06 340.91 0.84 0.64
Hex F0 56 87 0 40 2C 6 155 54 40
Octal 360 126 207 0 100 54 6 525 124 100
Binary 11110000 1010110 10000111 0 1000000 101100 110 101010101 1010100 1000000

Color Harmonies of #F05687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05687

Black with #F05687

Text Example


Text Example

White with #F05687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05687; }

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

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

background-color css

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

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

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

border-color css

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

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

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