Html Css Color HEX #F0577B Dark Pink

📋 copy color: '#F0577B'

red 240 ◦ green 87 ◦ blue 123

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

Shades of Dark Pink #F0577B

Tints of Dark Pink #F0577B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 53.33%
G = 19.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0577B (or 0xF0577B) is known color: Dark Pink. HEX triplet: F0, 57 and 7B. RGB value is (240,87,123). Sum of RGB (Red+Green+Blue) = 240+87+123=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0577B is #0FA884. Grayscale: #888888. Windows color (decimal): -1026181 or 8083440. OLE color: 8083440.

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

Color convert

RGB 240 87 123 -
CMYK 0 0.64 0.49 0.06
HSL 345.88º 0.84% 0.64% -
HSV(B) 345.88º 0.64% 0.94% -
XYZ 42.92 26.77 21.64 -
YUV 136.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 240 87 123 0 0.64 0.49 0.06 345.88 0.84 0.64
Hex F0 57 7B 0 40 31 6 15A 54 40
Octal 360 127 173 0 100 61 6 532 124 100
Binary 11110000 1010111 1111011 0 1000000 110001 110 101011010 1010100 1000000

Color Harmonies of #F0577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0577B

Black with #F0577B

Text Example


Text Example

White with #F0577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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