Html Css Color HEX #F01AFC Magenta

📋 copy color: '#F01AFC'

red 240 ◦ green 26 ◦ blue 252

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

Shades of Magenta #F01AFC

Tints of Magenta #F01AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.02%

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

R = 46.33%
G = 5.02%
B = 48.65%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F01AFC (or 0xF01AFC) is known color: Magenta. HEX triplet: F0, 1A and FC. RGB value is (240,26,252). Sum of RGB (Red+Green+Blue) = 240+26+252=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #F01AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01AFC is #0FE503. Grayscale: #737373. Windows color (decimal): -1041668 or 16521968. OLE color: 16521968.

HSL color Cylindrical-coordinate representation of color #F01AFC: hue angle of 296.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01AFC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 26 252 -
CMYK 0.05 0.90 0 0.01
HSL 296.81º 0.97% 0.55% -
HSV(B) 296.81º 0.9% 0.99% -
XYZ 53.88 26.29 94.33 -
YUV 115.75 204.9 216.62 -
System Red Green Blue C M Y K H S L
Decimal 240 26 252 0.05 0.90 0 0.01 296.81 0.97 0.55
Hex F0 1A FC 5 5A 0 1 129 61 37
Octal 360 32 374 5 132 0 1 451 141 67
Binary 11110000 11010 11111100 101 1011010 0 1 100101001 1100001 110111

Color Harmonies of #F01AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AFC

Black with #F01AFC

Text Example


Text Example

White with #F01AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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