Html Css Color HEX #F70ADE Hot Magenta

📋 copy color: '#F70ADE'

red 247 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #F70ADE

Tints of Hot Magenta #F70ADE

RGB

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

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

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

R = 51.57%
G = 2.09%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F70ADE (or 0xF70ADE) is known color: Hot Magenta. HEX triplet: F7, 0A and DE. RGB value is (247,10,222). Sum of RGB (Red+Green+Blue) = 247+10+222=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ADE is #08F521. Grayscale: #686868. Windows color (decimal): -587042 or 14551799. OLE color: 14551799.

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

Color convert

RGB 247 10 222 -
CMYK 0 0.96 0.10 0.03
HSL 306.33º 0.94% 0.5% -
HSV(B) 306.33º 0.96% 0.97% -
XYZ 51.65 25.27 71.26 -
YUV 105.03 194.02 229.26 -
System Red Green Blue C M Y K H S L
Decimal 247 10 222 0 0.96 0.10 0.03 306.33 0.94 0.5
Hex F7 A DE 0 60 A 3 132 5E 32
Octal 367 12 336 0 140 12 3 462 136 62
Binary 11110111 1010 11011110 0 1100000 1010 11 100110010 1011110 110010

Color Harmonies of #F70ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ADE

Black with #F70ADE

Text Example


Text Example

White with #F70ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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