Html Css Color HEX #FE01C6 Hot Magenta

📋 copy color: '#FE01C6'

red 254 ◦ green 1 ◦ blue 198

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

Shades of Hot Magenta #FE01C6

Tints of Hot Magenta #FE01C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 56.07%
G = 0.22%
B = 43.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE01C6 (or 0xFE01C6) is known color: Hot Magenta. HEX triplet: FE, 01 and C6. RGB value is (254,1,198). Sum of RGB (Red+Green+Blue) = 254+1+198=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01C6 is #01FE39. Grayscale: #626262. Windows color (decimal): -130618 or 12976638. OLE color: 12976638.

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

Color convert

RGB 254 1 198 -
CMYK 0 1.00 0.22 0.00
HSL 313.28º 0.99% 0.5% -
HSV(B) 313.28º 1% 1% -
XYZ 51.08 25.17 55.59 -
YUV 99.11 183.82 238.48 -
System Red Green Blue C M Y K H S L
Decimal 254 1 198 0 1.00 0.22 0.00 313.28 0.99 0.5
Hex FE 1 C6 0 64 16 0 139 63 32
Octal 376 1 306 0 144 26 0 471 143 62
Binary 11111110 1 11000110 0 1100100 10110 0 100111001 1100011 110010

Color Harmonies of #FE01C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01C6

Black with #FE01C6

Text Example


Text Example

White with #FE01C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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