Html Css Color HEX #FE10E1 Hot Magenta

📋 copy color: '#FE10E1'

red 254 ◦ green 16 ◦ blue 225

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

Shades of Hot Magenta #FE10E1

Tints of Hot Magenta #FE10E1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.23%

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 51.31%
G = 3.23%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE10E1 (or 0xFE10E1) is known color: Hot Magenta. HEX triplet: FE, 10 and E1. RGB value is (254,16,225). Sum of RGB (Red+Green+Blue) = 254+16+225=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10E1 is #01EF1E. Grayscale: #6E6E6E. Windows color (decimal): -126751 or 14749950. OLE color: 14749950.

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

Color convert

RGB 254 16 225 -
CMYK 0 0.94 0.11 0.00
HSL 307.31º 0.99% 0.53% -
HSV(B) 307.31º 0.94% 1% -
XYZ 54.65 26.88 73.54 -
YUV 110.99 192.35 230.01 -
System Red Green Blue C M Y K H S L
Decimal 254 16 225 0 0.94 0.11 0.00 307.31 0.99 0.53
Hex FE 10 E1 0 5E B 0 133 63 35
Octal 376 20 341 0 136 13 0 463 143 65
Binary 11111110 10000 11100001 0 1011110 1011 0 100110011 1100011 110101

Color Harmonies of #FE10E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10E1

Black with #FE10E1

Text Example


Text Example

White with #FE10E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10E1; }

 p { color: rgb(254,16,225); }

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

background-color css

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

 a { background-color: rgb(254,16,225); }

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

border-color css

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

 span { border-color: rgb(254,16,225); }

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