Html Css Color HEX #F05689 Dark Pink

📋 copy color: '#F05689'

red 240 ◦ green 86 ◦ blue 137

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

Shades of Dark Pink #F05689

Tints of Dark Pink #F05689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.59%

R = 51.84%
G = 18.57%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05689 (or 0xF05689) is known color: Dark Pink. HEX triplet: F0, 56 and 89. RGB value is (240,86,137). Sum of RGB (Red+Green+Blue) = 240+86+137=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F05689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05689 is #0FA976. Grayscale: #898989. Windows color (decimal): -1026423 or 9000688. OLE color: 9000688.

HSL color Cylindrical-coordinate representation of color #F05689: hue angle of 340.13º 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 #F05689 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 137 -
CMYK 0 0.64 0.43 0.06
HSL 340.13º 0.84% 0.64% -
HSV(B) 340.13º 0.64% 0.94% -
XYZ 43.78 26.99 26.57 -
YUV 137.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 240 86 137 0 0.64 0.43 0.06 340.13 0.84 0.64
Hex F0 56 89 0 40 2B 6 154 54 40
Octal 360 126 211 0 100 53 6 524 124 100
Binary 11110000 1010110 10001001 0 1000000 101011 110 101010100 1010100 1000000

Color Harmonies of #F05689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05689

Black with #F05689

Text Example


Text Example

White with #F05689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05689; }

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

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

background-color css

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

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

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

border-color css

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

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

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