Html Css Color HEX #FE01CE Hot Magenta

📋 copy color: '#FE01CE'

red 254 ◦ green 1 ◦ blue 206

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

Shades of Hot Magenta #FE01CE

Tints of Hot Magenta #FE01CE

RGB

 RED value IS 254 (99.61% from 255) = 55.1%

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

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

R = 55.1%
G = 0.22%
B = 44.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE01CE (or 0xFE01CE) is known color: Hot Magenta. HEX triplet: FE, 01 and CE. RGB value is (254,1,206). Sum of RGB (Red+Green+Blue) = 254+1+206=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01CE is #01FE31. Grayscale: #636363. Windows color (decimal): -130610 or 13500926. OLE color: 13500926.

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

Color convert

RGB 254 1 206 -
CMYK 0 1.00 0.19 0.00
HSL 311.38º 0.99% 0.5% -
HSV(B) 311.38º 1% 1% -
XYZ 52.02 25.55 60.58 -
YUV 100.02 187.82 237.83 -
System Red Green Blue C M Y K H S L
Decimal 254 1 206 0 1.00 0.19 0.00 311.38 0.99 0.5
Hex FE 1 CE 0 64 13 0 137 63 32
Octal 376 1 316 0 144 23 0 467 143 62
Binary 11111110 1 11001110 0 1100100 10011 0 100110111 1100011 110010

Color Harmonies of #FE01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01CE

Black with #FE01CE

Text Example


Text Example

White with #FE01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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