Html Css Color HEX #FF01F6 Magenta

📋 copy color: '#FF01F6'

red 255 ◦ green 1 ◦ blue 246

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

Shades of Magenta #FF01F6

Tints of Magenta #FF01F6

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 50.8%
G = 0.2%
B = 49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF01F6 (or 0xFF01F6) is known color: Magenta. HEX triplet: FF, 01 and F6. RGB value is (255,1,246). Sum of RGB (Red+Green+Blue) = 255+1+246=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 1 (0.78% from 255 or 0.20% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01F6 is #00FE09. Grayscale: #686868. Windows color (decimal): -65034 or 16122367. OLE color: 16122367.

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

Color convert

RGB 255 1 246 -
CMYK 0 1.00 0.04 0
HSL 302.13º 1% 0.5% -
HSV(B) 302.13º 1% 1% -
XYZ 57.89 27.94 89.53 -
YUV 104.88 207.65 235.08 -
System Red Green Blue C M Y K H S L
Decimal 255 1 246 0 1.00 0.04 0 302.13 1 0.5
Hex FF 1 F6 0 64 4 0 12E 64 32
Octal 377 1 366 0 144 4 0 456 144 62
Binary 11111111 1 11110110 0 1100100 100 0 100101110 1100100 110010

Color Harmonies of #FF01F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01F6

Black with #FF01F6

Text Example


Text Example

White with #FF01F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01F6; }

 p { color: rgb(255,1,246); }

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

background-color css

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

 a { background-color: rgb(255,1,246); }

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

border-color css

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

 span { border-color: rgb(255,1,246); }

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