Html Css Color HEX #F00AFE Magenta

📋 copy color: '#F00AFE'

red 240 ◦ green 10 ◦ blue 254

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

Shades of Magenta #F00AFE

Tints of Magenta #F00AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.4%

R = 47.62%
G = 1.98%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F00AFE (or 0xF00AFE) is known color: Magenta. HEX triplet: F0, 0A and FE. RGB value is (240,10,254). Sum of RGB (Red+Green+Blue) = 240+10+254=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F00AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AFE is #0FF501. Grayscale: #696969. Windows color (decimal): -1045762 or 16648944. OLE color: 16648944.

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

Color convert

RGB 240 10 254 -
CMYK 0.06 0.96 0 0.00
HSL 296.56º 0.99% 0.52% -
HSV(B) 296.56º 0.96% 1% -
XYZ 53.93 25.9 95.92 -
YUV 106.59 211.2 223.16 -
System Red Green Blue C M Y K H S L
Decimal 240 10 254 0.06 0.96 0 0.00 296.56 0.99 0.52
Hex F0 A FE 6 60 0 0 129 63 34
Octal 360 12 376 6 140 0 0 451 143 64
Binary 11110000 1010 11111110 110 1100000 0 0 100101001 1100011 110100

Color Harmonies of #F00AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AFE

Black with #F00AFE

Text Example


Text Example

White with #F00AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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