Html Css Color HEX #F0577D Dark Pink

📋 copy color: '#F0577D'

red 240 ◦ green 87 ◦ blue 125

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

Shades of Dark Pink #F0577D

Tints of Dark Pink #F0577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 53.1%
G = 19.25%
B = 27.65%

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

#F0577D (or 0xF0577D) is known color: Dark Pink. HEX triplet: F0, 57 and 7D. RGB value is (240,87,125). Sum of RGB (Red+Green+Blue) = 240+87+125=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0577D is #0FA882. Grayscale: #898989. Windows color (decimal): -1026179 or 8214512. OLE color: 8214512.

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

Color convert

RGB 240 87 125 -
CMYK 0 0.64 0.48 0.06
HSL 345.1º 0.84% 0.64% -
HSV(B) 345.1º 0.64% 0.94% -
XYZ 43.05 26.82 22.31 -
YUV 137.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 240 87 125 0 0.64 0.48 0.06 345.1 0.84 0.64
Hex F0 57 7D 0 40 30 6 159 54 40
Octal 360 127 175 0 100 60 6 531 124 100
Binary 11110000 1010111 1111101 0 1000000 110000 110 101011001 1010100 1000000

Color Harmonies of #F0577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0577D

Black with #F0577D

Text Example


Text Example

White with #F0577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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