Html Css Color HEX #F05588 Dark Pink

📋 copy color: '#F05588'

red 240 ◦ green 85 ◦ blue 136

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

Shades of Dark Pink #F05588

Tints of Dark Pink #F05588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 52.06%
G = 18.44%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05588 (or 0xF05588) is known color: Dark Pink. HEX triplet: F0, 55 and 88. RGB value is (240,85,136). Sum of RGB (Red+Green+Blue) = 240+85+136=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F05588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05588 is #0FAA77. Grayscale: #898989. Windows color (decimal): -1026680 or 8934896. OLE color: 8934896.

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

Color convert

RGB 240 85 136 -
CMYK 0 0.65 0.43 0.06
HSL 340.26º 0.84% 0.64% -
HSV(B) 340.26º 0.65% 0.94% -
XYZ 43.63 26.8 26.17 -
YUV 137.16 127.35 201.35 -
System Red Green Blue C M Y K H S L
Decimal 240 85 136 0 0.65 0.43 0.06 340.26 0.84 0.64
Hex F0 55 88 0 41 2B 6 154 54 40
Octal 360 125 210 0 101 53 6 524 124 100
Binary 11110000 1010101 10001000 0 1000001 101011 110 101010100 1010100 1000000

Color Harmonies of #F05588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05588

Black with #F05588

Text Example


Text Example

White with #F05588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05588; }

 p { color: rgb(240,85,136); }

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

background-color css

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

 a { background-color: rgb(240,85,136); }

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

border-color css

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

 span { border-color: rgb(240,85,136); }

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