Html Css Color HEX #FE01C4 Hot Magenta

📋 copy color: '#FE01C4'

red 254 ◦ green 1 ◦ blue 196

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

Shades of Hot Magenta #FE01C4

Tints of Hot Magenta #FE01C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 56.32%
G = 0.22%
B = 43.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FE01C4 (or 0xFE01C4) is known color: Hot Magenta. HEX triplet: FE, 01 and C4. RGB value is (254,1,196). Sum of RGB (Red+Green+Blue) = 254+1+196=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01C4 is #01FE3B. Grayscale: #626262. Windows color (decimal): -130620 or 12845566. OLE color: 12845566.

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

Color convert

RGB 254 1 196 -
CMYK 0 1.00 0.23 0.00
HSL 313.75º 0.99% 0.5% -
HSV(B) 313.75º 1% 1% -
XYZ 50.85 25.08 54.39 -
YUV 98.88 182.82 238.64 -
System Red Green Blue C M Y K H S L
Decimal 254 1 196 0 1.00 0.23 0.00 313.75 0.99 0.5
Hex FE 1 C4 0 64 17 0 13A 63 32
Octal 376 1 304 0 144 27 0 472 143 62
Binary 11111110 1 11000100 0 1100100 10111 0 100111010 1100011 110010

Color Harmonies of #FE01C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE01C4

Black with #FE01C4

Text Example


Text Example

White with #FE01C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE01C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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