Html Css Color HEX #FE12DA Hot Magenta

📋 copy color: '#FE12DA'

red 254 ◦ green 18 ◦ blue 218

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

Shades of Hot Magenta #FE12DA

Tints of Hot Magenta #FE12DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 51.84%
G = 3.67%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE12DA (or 0xFE12DA) is known color: Hot Magenta. HEX triplet: FE, 12 and DA. RGB value is (254,18,218). Sum of RGB (Red+Green+Blue) = 254+18+218=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12DA is #01ED25. Grayscale: #6E6E6E. Windows color (decimal): -126246 or 14291710. OLE color: 14291710.

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

Color convert

RGB 254 18 218 -
CMYK 0 0.93 0.14 0.00
HSL 309.15º 0.99% 0.53% -
HSV(B) 309.15º 0.93% 1% -
XYZ 53.74 26.57 68.62 -
YUV 111.36 188.19 229.74 -
System Red Green Blue C M Y K H S L
Decimal 254 18 218 0 0.93 0.14 0.00 309.15 0.99 0.53
Hex FE 12 DA 0 5D E 0 135 63 35
Octal 376 22 332 0 135 16 0 465 143 65
Binary 11111110 10010 11011010 0 1011101 1110 0 100110101 1100011 110101

Color Harmonies of #FE12DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12DA

Black with #FE12DA

Text Example


Text Example

White with #FE12DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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