Html Css Color HEX #F01AFF Magenta

📋 copy color: '#F01AFF'

red 240 ◦ green 26 ◦ blue 255

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

Shades of Magenta #F01AFF

Tints of Magenta #F01AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 46.07%
G = 4.99%
B = 48.94%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F01AFF (or 0xF01AFF) is known color: Magenta. HEX triplet: F0, 1A and FF. RGB value is (240,26,255). Sum of RGB (Red+Green+Blue) = 240+26+255=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01AFF is #0FE500. Grayscale: #737373. Windows color (decimal): -1041665 or 16718576. OLE color: 16718576.

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

Color convert

RGB 240 26 255 -
CMYK 0.06 0.90 0 0
HSL 296.07º 1% 0.55% -
HSV(B) 296.07º 0.9% 1% -
XYZ 54.35 26.48 96.85 -
YUV 116.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 240 26 255 0.06 0.90 0 0 296.07 1 0.55
Hex F0 1A FF 6 5A 0 0 128 64 37
Octal 360 32 377 6 132 0 0 450 144 67
Binary 11110000 11010 11111111 110 1011010 0 0 100101000 1100100 110111

Color Harmonies of #F01AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01AFF

Black with #F01AFF

Text Example


Text Example

White with #F01AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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