Html Css Color HEX #F05C89 Dark Pink

📋 copy color: '#F05C89'

red 240 ◦ green 92 ◦ blue 137

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

Shades of Dark Pink #F05C89

Tints of Dark Pink #F05C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

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

R = 51.17%
G = 19.62%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F05C89 (or 0xF05C89) is known color: Dark Pink. HEX triplet: F0, 5C and 89. RGB value is (240,92,137). Sum of RGB (Red+Green+Blue) = 240+92+137=469 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.17% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05C89 is #0FA376. Grayscale: #8D8D8D. Windows color (decimal): -1024887 or 9002224. OLE color: 9002224.

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

Color convert

RGB 240 92 137 -
CMYK 0 0.62 0.43 0.06
HSL 341.76º 0.83% 0.65% -
HSV(B) 341.76º 0.62% 0.94% -
XYZ 44.28 27.99 26.74 -
YUV 141.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 240 92 137 0 0.62 0.43 0.06 341.76 0.83 0.65
Hex F0 5C 89 0 3E 2B 6 156 53 41
Octal 360 134 211 0 76 53 6 526 123 101
Binary 11110000 1011100 10001001 0 111110 101011 110 101010110 1010011 1000001

Color Harmonies of #F05C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C89

Black with #F05C89

Text Example


Text Example

White with #F05C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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