Html Css Color HEX #FE10D9 Hot Magenta

📋 copy color: '#FE10D9'

red 254 ◦ green 16 ◦ blue 217

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

Shades of Hot Magenta #FE10D9

Tints of Hot Magenta #FE10D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.56%

R = 52.16%
G = 3.29%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE10D9 (or 0xFE10D9) is known color: Hot Magenta. HEX triplet: FE, 10 and D9. RGB value is (254,16,217). Sum of RGB (Red+Green+Blue) = 254+16+217=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 16 (6.64% from 255 or 3.29% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE10D9 is #01EF26. Grayscale: #6D6D6D. Windows color (decimal): -126759 or 14225662. OLE color: 14225662.

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

Color convert

RGB 254 16 217 -
CMYK 0 0.94 0.15 0.00
HSL 309.33º 0.99% 0.53% -
HSV(B) 309.33º 0.94% 1% -
XYZ 53.58 26.45 67.93 -
YUV 110.08 188.35 230.66 -
System Red Green Blue C M Y K H S L
Decimal 254 16 217 0 0.94 0.15 0.00 309.33 0.99 0.53
Hex FE 10 D9 0 5E F 0 135 63 35
Octal 376 20 331 0 136 17 0 465 143 65
Binary 11111110 10000 11011001 0 1011110 1111 0 100110101 1100011 110101

Color Harmonies of #FE10D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE10D9

Black with #FE10D9

Text Example


Text Example

White with #FE10D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE10D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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