Html Css Color HEX #F70AFF Magenta

📋 copy color: '#F70AFF'

red 247 ◦ green 10 ◦ blue 255

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

Shades of Magenta #F70AFF

Tints of Magenta #F70AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 48.24%
G = 1.95%
B = 49.8%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F70AFF (or 0xF70AFF) is known color: Magenta. HEX triplet: F7, 0A and FF. RGB value is (247,10,255). Sum of RGB (Red+Green+Blue) = 247+10+255=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F70AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70AFF is #08F500. Grayscale: #6C6C6C. Windows color (decimal): -587009 or 16714487. OLE color: 16714487.

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

Color convert

RGB 247 10 255 -
CMYK 0.03 0.96 0 0
HSL 298.04º 1% 0.52% -
HSV(B) 298.04º 0.96% 1% -
XYZ 56.52 27.21 96.88 -
YUV 108.79 210.52 226.58 -
System Red Green Blue C M Y K H S L
Decimal 247 10 255 0.03 0.96 0 0 298.04 1 0.52
Hex F7 A FF 3 60 0 0 12A 64 34
Octal 367 12 377 3 140 0 0 452 144 64
Binary 11110111 1010 11111111 11 1100000 0 0 100101010 1100100 110100

Color Harmonies of #F70AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70AFF

Black with #F70AFF

Text Example


Text Example

White with #F70AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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