Html Css Color HEX #F00AF5 Magenta

📋 copy color: '#F00AF5'

red 240 ◦ green 10 ◦ blue 245

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

Shades of Magenta #F00AF5

Tints of Magenta #F00AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.49%

R = 48.48%
G = 2.02%
B = 49.49%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F00AF5 (or 0xF00AF5) is known color: Magenta. HEX triplet: F0, 0A and F5. RGB value is (240,10,245). Sum of RGB (Red+Green+Blue) = 240+10+245=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #F00AF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AF5 is #0FF50A. Grayscale: #686868. Windows color (decimal): -1045771 or 16059120. OLE color: 16059120.

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

Color convert

RGB 240 10 245 -
CMYK 0.02 0.96 0 0.04
HSL 298.72º 0.92% 0.5% -
HSV(B) 298.72º 0.96% 0.96% -
XYZ 52.53 25.33 88.51 -
YUV 105.56 206.7 223.89 -
System Red Green Blue C M Y K H S L
Decimal 240 10 245 0.02 0.96 0 0.04 298.72 0.92 0.5
Hex F0 A F5 2 60 0 4 12B 5C 32
Octal 360 12 365 2 140 0 4 453 134 62
Binary 11110000 1010 11110101 10 1100000 0 100 100101011 1011100 110010

Color Harmonies of #F00AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00AF5

Black with #F00AF5

Text Example


Text Example

White with #F00AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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