Html Css Color HEX #F70EDC Hot Magenta

📋 copy color: '#F70EDC'

red 247 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #F70EDC

Tints of Hot Magenta #F70EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 51.35%
G = 2.91%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70EDC (or 0xF70EDC) is known color: Hot Magenta. HEX triplet: F7, 0E and DC. RGB value is (247,14,220). Sum of RGB (Red+Green+Blue) = 247+14+220=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EDC is #08F123. Grayscale: #6A6A6A. Windows color (decimal): -586020 or 14421751. OLE color: 14421751.

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

Color convert

RGB 247 14 220 -
CMYK 0 0.94 0.11 0.03
HSL 306.95º 0.94% 0.51% -
HSV(B) 306.95º 0.94% 0.97% -
XYZ 51.43 25.26 69.87 -
YUV 107.15 191.69 227.75 -
System Red Green Blue C M Y K H S L
Decimal 247 14 220 0 0.94 0.11 0.03 306.95 0.94 0.51
Hex F7 E DC 0 5E B 3 133 5E 33
Octal 367 16 334 0 136 13 3 463 136 63
Binary 11110111 1110 11011100 0 1011110 1011 11 100110011 1011110 110011

Color Harmonies of #F70EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EDC

Black with #F70EDC

Text Example


Text Example

White with #F70EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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