Html Css Color HEX #F70ADA Hot Magenta

📋 copy color: '#F70ADA'

red 247 ◦ green 10 ◦ blue 218

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

Shades of Hot Magenta #F70ADA

Tints of Hot Magenta #F70ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 52%
G = 2.11%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F70ADA (or 0xF70ADA) is known color: Hot Magenta. HEX triplet: F7, 0A and DA. RGB value is (247,10,218). Sum of RGB (Red+Green+Blue) = 247+10+218=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ADA is #08F525. Grayscale: #676767. Windows color (decimal): -587046 or 14289655. OLE color: 14289655.

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

Color convert

RGB 247 10 218 -
CMYK 0 0.96 0.12 0.03
HSL 307.34º 0.94% 0.5% -
HSV(B) 307.34º 0.96% 0.97% -
XYZ 51.12 25.05 68.47 -
YUV 104.58 192.02 229.59 -
System Red Green Blue C M Y K H S L
Decimal 247 10 218 0 0.96 0.12 0.03 307.34 0.94 0.5
Hex F7 A DA 0 60 C 3 133 5E 32
Octal 367 12 332 0 140 14 3 463 136 62
Binary 11110111 1010 11011010 0 1100000 1100 11 100110011 1011110 110010

Color Harmonies of #F70ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70ADA

Black with #F70ADA

Text Example


Text Example

White with #F70ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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