Html Css Color HEX #F70EDF Hot Magenta

📋 copy color: '#F70EDF'

red 247 ◦ green 14 ◦ blue 223

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

Shades of Hot Magenta #F70EDF

Tints of Hot Magenta #F70EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 51.03%
G = 2.89%
B = 46.07%

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

#F70EDF (or 0xF70EDF) is known color: Hot Magenta. HEX triplet: F7, 0E and DF. RGB value is (247,14,223). Sum of RGB (Red+Green+Blue) = 247+14+223=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70EDF is #08F120. Grayscale: #6A6A6A. Windows color (decimal): -586017 or 14618359. OLE color: 14618359.

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

Color convert

RGB 247 14 223 -
CMYK 0 0.94 0.10 0.03
HSL 306.18º 0.94% 0.51% -
HSV(B) 306.18º 0.94% 0.97% -
XYZ 51.83 25.42 71.99 -
YUV 107.49 193.19 227.51 -
System Red Green Blue C M Y K H S L
Decimal 247 14 223 0 0.94 0.10 0.03 306.18 0.94 0.51
Hex F7 E DF 0 5E A 3 132 5E 33
Octal 367 16 337 0 136 12 3 462 136 63
Binary 11110111 1110 11011111 0 1011110 1010 11 100110010 1011110 110011

Color Harmonies of #F70EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70EDF

Black with #F70EDF

Text Example


Text Example

White with #F70EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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