Html Css Color HEX #F05788 Dark Pink

📋 copy color: '#F05788'

red 240 ◦ green 87 ◦ blue 136

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

Shades of Dark Pink #F05788

Tints of Dark Pink #F05788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.79%

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

R = 51.84%
G = 18.79%
B = 29.37%

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

#F05788 (or 0xF05788) is known color: Dark Pink. HEX triplet: F0, 57 and 88. RGB value is (240,87,136). Sum of RGB (Red+Green+Blue) = 240+87+136=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F05788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05788 is #0FA877. Grayscale: #8A8A8A. Windows color (decimal): -1026168 or 8935408. OLE color: 8935408.

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

Color convert

RGB 240 87 136 -
CMYK 0 0.64 0.43 0.06
HSL 340.78º 0.84% 0.64% -
HSV(B) 340.78º 0.64% 0.94% -
XYZ 43.79 27.12 26.22 -
YUV 138.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 240 87 136 0 0.64 0.43 0.06 340.78 0.84 0.64
Hex F0 57 88 0 40 2B 6 155 54 40
Octal 360 127 210 0 100 53 6 525 124 100
Binary 11110000 1010111 10001000 0 1000000 101011 110 101010101 1010100 1000000

Color Harmonies of #F05788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05788

Black with #F05788

Text Example


Text Example

White with #F05788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05788; }

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

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

background-color css

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

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

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

border-color css

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

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

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