Html Css Color HEX #FE12D7 Hot Magenta

📋 copy color: '#FE12D7'

red 254 ◦ green 18 ◦ blue 215

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

Shades of Hot Magenta #FE12D7

Tints of Hot Magenta #FE12D7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.7%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 52.16%
G = 3.7%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE12D7 (or 0xFE12D7) is known color: Hot Magenta. HEX triplet: FE, 12 and D7. RGB value is (254,18,215). Sum of RGB (Red+Green+Blue) = 254+18+215=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12D7 is #01ED28. Grayscale: #6E6E6E. Windows color (decimal): -126249 or 14095102. OLE color: 14095102.

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

Color convert

RGB 254 18 215 -
CMYK 0 0.93 0.15 0.00
HSL 309.92º 0.99% 0.53% -
HSV(B) 309.92º 0.93% 1% -
XYZ 53.36 26.41 66.58 -
YUV 111.02 186.69 229.98 -
System Red Green Blue C M Y K H S L
Decimal 254 18 215 0 0.93 0.15 0.00 309.92 0.99 0.53
Hex FE 12 D7 0 5D F 0 136 63 35
Octal 376 22 327 0 135 17 0 466 143 65
Binary 11111110 10010 11010111 0 1011101 1111 0 100110110 1100011 110101

Color Harmonies of #FE12D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12D7

Black with #FE12D7

Text Example


Text Example

White with #FE12D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12D7; }

 p { color: rgb(254,18,215); }

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

background-color css

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

 a { background-color: rgb(254,18,215); }

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

border-color css

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

 span { border-color: rgb(254,18,215); }

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