Html Css Color HEX #F70ED2 Hot Magenta

📋 copy color: '#F70ED2'

red 247 ◦ green 14 ◦ blue 210

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

Shades of Hot Magenta #F70ED2

Tints of Hot Magenta #F70ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 52.44%
G = 2.97%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F70ED2 (or 0xF70ED2) is known color: Hot Magenta. HEX triplet: F7, 0E and D2. RGB value is (247,14,210). Sum of RGB (Red+Green+Blue) = 247+14+210=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ED2 is #08F12D. Grayscale: #696969. Windows color (decimal): -586030 or 13766391. OLE color: 13766391.

HSL color Cylindrical-coordinate representation of color #F70ED2: hue angle of 309.53º 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 #F70ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 14 210 -
CMYK 0 0.94 0.15 0.03
HSL 309.53º 0.94% 0.51% -
HSV(B) 309.53º 0.94% 0.97% -
XYZ 50.15 24.74 63.11 -
YUV 106.01 186.69 228.56 -
System Red Green Blue C M Y K H S L
Decimal 247 14 210 0 0.94 0.15 0.03 309.53 0.94 0.51
Hex F7 E D2 0 5E F 3 136 5E 33
Octal 367 16 322 0 136 17 3 466 136 63
Binary 11110111 1110 11010010 0 1011110 1111 11 100110110 1011110 110011

Color Harmonies of #F70ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ED2

Black with #F70ED2

Text Example


Text Example

White with #F70ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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