Html Css Color HEX #F70EDE Hot Magenta

📋 copy color: '#F70EDE'

red 247 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #F70EDE

Tints of Hot Magenta #F70EDE

RGB

 RED value IS 247 (96.88% from 255) = 51.14%

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 51.14%
G = 2.9%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F70EDE (or 0xF70EDE) is known color: Hot Magenta. HEX triplet: F7, 0E and DE. RGB value is (247,14,222). Sum of RGB (Red+Green+Blue) = 247+14+222=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EDE is #08F121. Grayscale: #6A6A6A. Windows color (decimal): -586018 or 14552823. OLE color: 14552823.

HSL color Cylindrical-coordinate representation of color #F70EDE: hue angle of 306.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EDE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 14 222 -
CMYK 0 0.94 0.10 0.03
HSL 306.44º 0.94% 0.51% -
HSV(B) 306.44º 0.94% 0.97% -
XYZ 51.7 25.36 71.28 -
YUV 107.38 192.69 227.59 -
System Red Green Blue C M Y K H S L
Decimal 247 14 222 0 0.94 0.10 0.03 306.44 0.94 0.51
Hex F7 E DE 0 5E A 3 132 5E 33
Octal 367 16 336 0 136 12 3 462 136 63
Binary 11110111 1110 11011110 0 1011110 1010 11 100110010 1011110 110011

Color Harmonies of #F70EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EDE

Black with #F70EDE

Text Example


Text Example

White with #F70EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EDE; }

 p { color: rgb(247,14,222); }

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

background-color css

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

 a { background-color: rgb(247,14,222); }

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

border-color css

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

 span { border-color: rgb(247,14,222); }

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