Html Css Color HEX #FF01CE Hot Magenta

📋 copy color: '#FF01CE'

red 255 ◦ green 1 ◦ blue 206

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

Shades of Hot Magenta #FF01CE

Tints of Hot Magenta #FF01CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 55.19%
G = 0.22%
B = 44.59%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF01CE (or 0xFF01CE) is known color: Hot Magenta. HEX triplet: FF, 01 and CE. RGB value is (255,1,206). Sum of RGB (Red+Green+Blue) = 255+1+206=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 1 (0.78% from 255 or 0.22% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01CE is #00FE31. Grayscale: #636363. Windows color (decimal): -65074 or 13500927. OLE color: 13500927.

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

Color convert

RGB 255 1 206 -
CMYK 0 1.00 0.19 0
HSL 311.57º 1% 0.5% -
HSV(B) 311.57º 1% 1% -
XYZ 52.39 25.74 60.6 -
YUV 100.32 187.65 238.33 -
System Red Green Blue C M Y K H S L
Decimal 255 1 206 0 1.00 0.19 0 311.57 1 0.5
Hex FF 1 CE 0 64 13 0 138 64 32
Octal 377 1 316 0 144 23 0 470 144 62
Binary 11111111 1 11001110 0 1100100 10011 0 100111000 1100100 110010

Color Harmonies of #FF01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF01CE

Black with #FF01CE

Text Example


Text Example

White with #FF01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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