Html Css Color HEX #F70ADD Hot Magenta

📋 copy color: '#F70ADD'

red 247 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F70ADD

Tints of Hot Magenta #F70ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.09%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 51.67%
G = 2.09%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F70ADD (or 0xF70ADD) is known color: Hot Magenta. HEX triplet: F7, 0A and DD. RGB value is (247,10,221). Sum of RGB (Red+Green+Blue) = 247+10+221=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 10 (4.30% from 255 or 2.09% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ADD is #08F522. Grayscale: #686868. Windows color (decimal): -587043 or 14486263. OLE color: 14486263.

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

Color convert

RGB 247 10 221 -
CMYK 0 0.96 0.11 0.03
HSL 306.58º 0.94% 0.5% -
HSV(B) 306.58º 0.96% 0.97% -
XYZ 51.52 25.21 70.56 -
YUV 104.92 193.52 229.34 -
System Red Green Blue C M Y K H S L
Decimal 247 10 221 0 0.96 0.11 0.03 306.58 0.94 0.5
Hex F7 A DD 0 60 B 3 133 5E 32
Octal 367 12 335 0 140 13 3 463 136 62
Binary 11110111 1010 11011101 0 1100000 1011 11 100110011 1011110 110010

Color Harmonies of #F70ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ADD

Black with #F70ADD

Text Example


Text Example

White with #F70ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ADD; }

 p { color: rgb(247,10,221); }

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

background-color css

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

 a { background-color: rgb(247,10,221); }

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

border-color css

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

 span { border-color: rgb(247,10,221); }

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