Html Css Color HEX #FF01EF Magenta

📋 copy color: '#FF01EF'

red 255 ◦ green 1 ◦ blue 239

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

Shades of Magenta #FF01EF

Tints of Magenta #FF01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 51.52%
G = 0.2%
B = 48.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF01EF (or 0xFF01EF) is known color: Magenta. HEX triplet: FF, 01 and EF. RGB value is (255,1,239). Sum of RGB (Red+Green+Blue) = 255+1+239=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01EF is #00FE10. Grayscale: #676767. Windows color (decimal): -65041 or 15663615. OLE color: 15663615.

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

Color convert

RGB 255 1 239 -
CMYK 0 1.00 0.06 0
HSL 303.78º 1% 0.5% -
HSV(B) 303.78º 1% 1% -
XYZ 56.83 27.51 83.98 -
YUV 104.08 204.15 235.65 -
System Red Green Blue C M Y K H S L
Decimal 255 1 239 0 1.00 0.06 0 303.78 1 0.5
Hex FF 1 EF 0 64 6 0 130 64 32
Octal 377 1 357 0 144 6 0 460 144 62
Binary 11111111 1 11101111 0 1100100 110 0 100110000 1100100 110010

Color Harmonies of #FF01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01EF

Black with #FF01EF

Text Example


Text Example

White with #FF01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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