Html Css Color HEX #FF01F4 Magenta

📋 copy color: '#FF01F4'

red 255 ◦ green 1 ◦ blue 244

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

Shades of Magenta #FF01F4

Tints of Magenta #FF01F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.8%

R = 51%
G = 0.2%
B = 48.8%

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

#FF01F4 (or 0xFF01F4) is known color: Magenta. HEX triplet: FF, 01 and F4. RGB value is (255,1,244). Sum of RGB (Red+Green+Blue) = 255+1+244=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 1 (0.78% from 255 or 0.2% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01F4 is #00FE0B. Grayscale: #676767. Windows color (decimal): -65036 or 15991295. OLE color: 15991295.

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

Color convert

RGB 255 1 244 -
CMYK 0 1.00 0.04 0
HSL 302.6º 1% 0.5% -
HSV(B) 302.6º 1% 1% -
XYZ 57.58 27.81 87.92 -
YUV 104.65 206.65 235.24 -
System Red Green Blue C M Y K H S L
Decimal 255 1 244 0 1.00 0.04 0 302.6 1 0.5
Hex FF 1 F4 0 64 4 0 12F 64 32
Octal 377 1 364 0 144 4 0 457 144 62
Binary 11111111 1 11110100 0 1100100 100 0 100101111 1100100 110010

Color Harmonies of #FF01F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01F4

Black with #FF01F4

Text Example


Text Example

White with #FF01F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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