Html Css Color HEX #F0057E Deep Pink

📋 copy color: '#F0057E'

red 240 ◦ green 5 ◦ blue 126

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

Shades of Deep Pink #F0057E

Tints of Deep Pink #F0057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 64.69%
G = 1.35%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0057E (or 0xF0057E) is known color: Deep Pink. HEX triplet: F0, 05 and 7E. RGB value is (240,5,126). Sum of RGB (Red+Green+Blue) = 240+5+126=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0057E is #0FFA81. Grayscale: #585858. Windows color (decimal): -1047170 or 8259056. OLE color: 8259056.

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

Color convert

RGB 240 5 126 -
CMYK 0 0.98 0.48 0.06
HSL 329.11º 0.96% 0.48% -
HSV(B) 329.11º 0.98% 0.94% -
XYZ 39.76 20.14 21.53 -
YUV 89.06 148.86 235.66 -
System Red Green Blue C M Y K H S L
Decimal 240 5 126 0 0.98 0.48 0.06 329.11 0.96 0.48
Hex F0 5 7E 0 62 30 6 149 60 30
Octal 360 5 176 0 142 60 6 511 140 60
Binary 11110000 101 1111110 0 1100010 110000 110 101001001 1100000 110000

Color Harmonies of #F0057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0057E

Black with #F0057E

Text Example


Text Example

White with #F0057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0057E; }

 p { color: rgb(240,5,126); }

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

background-color css

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

 a { background-color: rgb(240,5,126); }

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

border-color css

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

 span { border-color: rgb(240,5,126); }

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