Html Css Color HEX #F0557D Dark Pink

📋 copy color: '#F0557D'

red 240 ◦ green 85 ◦ blue 125

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

Shades of Dark Pink #F0557D

Tints of Dark Pink #F0557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 53.33%
G = 18.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0557D (or 0xF0557D) is known color: Dark Pink. HEX triplet: F0, 55 and 7D. RGB value is (240,85,125). Sum of RGB (Red+Green+Blue) = 240+85+125=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0557D is #0FAA82. Grayscale: #878787. Windows color (decimal): -1026691 or 8214000. OLE color: 8214000.

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

Color convert

RGB 240 85 125 -
CMYK 0 0.65 0.48 0.06
HSL 344.52º 0.84% 0.64% -
HSV(B) 344.52º 0.65% 0.94% -
XYZ 42.89 26.5 22.26 -
YUV 135.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 240 85 125 0 0.65 0.48 0.06 344.52 0.84 0.64
Hex F0 55 7D 0 41 30 6 159 54 40
Octal 360 125 175 0 101 60 6 531 124 100
Binary 11110000 1010101 1111101 0 1000001 110000 110 101011001 1010100 1000000

Color Harmonies of #F0557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0557D

Black with #F0557D

Text Example


Text Example

White with #F0557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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