Html Css Color HEX #FE12DB Hot Magenta

📋 copy color: '#FE12DB'

red 254 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #FE12DB

Tints of Hot Magenta #FE12DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 51.73%
G = 3.67%
B = 44.6%

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

#FE12DB (or 0xFE12DB) is known color: Hot Magenta. HEX triplet: FE, 12 and DB. RGB value is (254,18,219). Sum of RGB (Red+Green+Blue) = 254+18+219=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE12DB is #01ED24. Grayscale: #6E6E6E. Windows color (decimal): -126245 or 14357246. OLE color: 14357246.

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

Color convert

RGB 254 18 219 -
CMYK 0 0.93 0.14 0.00
HSL 308.9º 0.99% 0.53% -
HSV(B) 308.9º 0.93% 1% -
XYZ 53.88 26.62 69.32 -
YUV 111.48 188.69 229.66 -
System Red Green Blue C M Y K H S L
Decimal 254 18 219 0 0.93 0.14 0.00 308.9 0.99 0.53
Hex FE 12 DB 0 5D E 0 135 63 35
Octal 376 22 333 0 135 16 0 465 143 65
Binary 11111110 10010 11011011 0 1011101 1110 0 100110101 1100011 110101

Color Harmonies of #FE12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12DB

Black with #FE12DB

Text Example


Text Example

White with #FE12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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