Html Css Color HEX #F0557A Dark Pink

📋 copy color: '#F0557A'

red 240 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #F0557A

Tints of Dark Pink #F0557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 53.69%
G = 19.02%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0557A (or 0xF0557A) is known color: Dark Pink. HEX triplet: F0, 55 and 7A. RGB value is (240,85,122). Sum of RGB (Red+Green+Blue) = 240+85+122=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0557A is #0FAA85. Grayscale: #878787. Windows color (decimal): -1026694 or 8017392. OLE color: 8017392.

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

Color convert

RGB 240 85 122 -
CMYK 0 0.65 0.49 0.06
HSL 345.68º 0.84% 0.64% -
HSV(B) 345.68º 0.65% 0.94% -
XYZ 42.7 26.43 21.26 -
YUV 135.56 120.35 202.49 -
System Red Green Blue C M Y K H S L
Decimal 240 85 122 0 0.65 0.49 0.06 345.68 0.84 0.64
Hex F0 55 7A 0 41 31 6 15A 54 40
Octal 360 125 172 0 101 61 6 532 124 100
Binary 11110000 1010101 1111010 0 1000001 110001 110 101011010 1010100 1000000

Color Harmonies of #F0557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0557A

Black with #F0557A

Text Example


Text Example

White with #F0557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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