Html Css Color HEX #F70AF6 Magenta

📋 copy color: '#F70AF6'

red 247 ◦ green 10 ◦ blue 246

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

Shades of Magenta #F70AF6

Tints of Magenta #F70AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.91%

R = 49.11%
G = 1.99%
B = 48.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F70AF6 (or 0xF70AF6) is known color: Magenta. HEX triplet: F7, 0A and F6. RGB value is (247,10,246). Sum of RGB (Red+Green+Blue) = 247+10+246=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70AF6 is #08F509. Grayscale: #6B6B6B. Windows color (decimal): -587018 or 16124663. OLE color: 16124663.

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

Color convert

RGB 247 10 246 -
CMYK 0 0.96 0.00 0.03
HSL 300.25º 0.94% 0.5% -
HSV(B) 300.25º 0.96% 0.97% -
XYZ 55.1 26.65 89.43 -
YUV 107.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 247 10 246 0 0.96 0.00 0.03 300.25 0.94 0.5
Hex F7 A F6 0 60 0 3 12C 5E 32
Octal 367 12 366 0 140 0 3 454 136 62
Binary 11110111 1010 11110110 0 1100000 0 11 100101100 1011110 110010

Color Harmonies of #F70AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70AF6

Black with #F70AF6

Text Example


Text Example

White with #F70AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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