Html Css Color HEX #FF01F7 Magenta

📋 copy color: '#FF01F7'

red 255 ◦ green 1 ◦ blue 247

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

Shades of Magenta #FF01F7

Tints of Magenta #FF01F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 50.7%
G = 0.2%
B = 49.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF01F7 (or 0xFF01F7) is known color: Magenta. HEX triplet: FF, 01 and F7. RGB value is (255,1,247). Sum of RGB (Red+Green+Blue) = 255+1+247=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01F7 is #00FE08. Grayscale: #686868. Windows color (decimal): -65033 or 16187903. OLE color: 16187903.

HSL color Cylindrical-coordinate representation of color #FF01F7: hue angle of 301.89º 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 #FF01F7 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 247 -
CMYK 0 1.00 0.03 0
HSL 301.89º 1% 0.5% -
HSV(B) 301.89º 1% 1% -
XYZ 58.04 28 90.34 -
YUV 104.99 208.15 235 -
System Red Green Blue C M Y K H S L
Decimal 255 1 247 0 1.00 0.03 0 301.89 1 0.5
Hex FF 1 F7 0 64 3 0 12E 64 32
Octal 377 1 367 0 144 3 0 456 144 62
Binary 11111111 1 11110111 0 1100100 11 0 100101110 1100100 110010

Color Harmonies of #FF01F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01F7

Black with #FF01F7

Text Example


Text Example

White with #FF01F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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