Html Css Color HEX #F0577C Dark Pink

📋 copy color: '#F0577C'

red 240 ◦ green 87 ◦ blue 124

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

Shades of Dark Pink #F0577C

Tints of Dark Pink #F0577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 53.22%
G = 19.29%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0577C (or 0xF0577C) is known color: Dark Pink. HEX triplet: F0, 57 and 7C. RGB value is (240,87,124). Sum of RGB (Red+Green+Blue) = 240+87+124=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0577C is #0FA883. Grayscale: #888888. Windows color (decimal): -1026180 or 8148976. OLE color: 8148976.

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

Color convert

RGB 240 87 124 -
CMYK 0 0.64 0.48 0.06
HSL 345.49º 0.84% 0.64% -
HSV(B) 345.49º 0.64% 0.94% -
XYZ 42.98 26.8 21.98 -
YUV 136.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 240 87 124 0 0.64 0.48 0.06 345.49 0.84 0.64
Hex F0 57 7C 0 40 30 6 159 54 40
Octal 360 127 174 0 100 60 6 531 124 100
Binary 11110000 1010111 1111100 0 1000000 110000 110 101011001 1010100 1000000

Color Harmonies of #F0577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0577C

Black with #F0577C

Text Example


Text Example

White with #F0577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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