Html Css Color HEX #F00AFC Magenta

📋 copy color: '#F00AFC'

red 240 ◦ green 10 ◦ blue 252

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

Shades of Magenta #F00AFC

Tints of Magenta #F00AFC

RGB

 RED value IS 240 (94.14% from 255) = 47.81%

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 47.81%
G = 1.99%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F00AFC (or 0xF00AFC) is known color: Magenta. HEX triplet: F0, 0A and FC. RGB value is (240,10,252). Sum of RGB (Red+Green+Blue) = 240+10+252=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #F00AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AFC is #0FF503. Grayscale: #696969. Windows color (decimal): -1045764 or 16517872. OLE color: 16517872.

HSL color Cylindrical-coordinate representation of color #F00AFC: hue angle of 297.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00AFC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 10 252 -
CMYK 0.05 0.96 0 0.01
HSL 297.02º 0.98% 0.51% -
HSV(B) 297.02º 0.96% 0.99% -
XYZ 53.61 25.77 94.24 -
YUV 106.36 210.2 223.32 -
System Red Green Blue C M Y K H S L
Decimal 240 10 252 0.05 0.96 0 0.01 297.02 0.98 0.51
Hex F0 A FC 5 60 0 1 129 62 33
Octal 360 12 374 5 140 0 1 451 142 63
Binary 11110000 1010 11111100 101 1100000 0 1 100101001 1100010 110011

Color Harmonies of #F00AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AFC

Black with #F00AFC

Text Example


Text Example

White with #F00AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AFC; }

 p { color: rgb(240,10,252); }

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

background-color css

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

 a { background-color: rgb(240,10,252); }

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

border-color css

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

 span { border-color: rgb(240,10,252); }

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