Html Css Color HEX #F00AFA Magenta

📋 copy color: '#F00AFA'

red 240 ◦ green 10 ◦ blue 250

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

Shades of Magenta #F00AFA

Tints of Magenta #F00AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 48%
G = 2%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F00AFA (or 0xF00AFA) is known color: Magenta. HEX triplet: F0, 0A and FA. RGB value is (240,10,250). Sum of RGB (Red+Green+Blue) = 240+10+250=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #F00AFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AFA is #0FF505. Grayscale: #696969. Windows color (decimal): -1045766 or 16386800. OLE color: 16386800.

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

Color convert

RGB 240 10 250 -
CMYK 0.04 0.96 0 0.02
HSL 297.5º 0.96% 0.51% -
HSV(B) 297.5º 0.96% 0.98% -
XYZ 53.3 25.64 92.58 -
YUV 106.13 209.2 223.49 -
System Red Green Blue C M Y K H S L
Decimal 240 10 250 0.04 0.96 0 0.02 297.5 0.96 0.51
Hex F0 A FA 4 60 0 2 12A 60 33
Octal 360 12 372 4 140 0 2 452 140 63
Binary 11110000 1010 11111010 100 1100000 0 10 100101010 1100000 110011

Color Harmonies of #F00AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AFA

Black with #F00AFA

Text Example


Text Example

White with #F00AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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