Html Css Color HEX #FC12DB Hot Magenta

📋 copy color: '#FC12DB'

red 252 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #FC12DB

Tints of Hot Magenta #FC12DB

RGB

 RED value IS 252 (98.83% from 255) = 51.53%

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

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

R = 51.53%
G = 3.68%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC12DB (or 0xFC12DB) is known color: Hot Magenta. HEX triplet: FC, 12 and DB. RGB value is (252,18,219). Sum of RGB (Red+Green+Blue) = 252+18+219=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 18 (7.42% from 255 or 3.68% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12DB is #03ED24. Grayscale: #6E6E6E. Windows color (decimal): -257317 or 14357244. OLE color: 14357244.

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

Color convert

RGB 252 18 219 -
CMYK 0 0.93 0.13 0.01
HSL 308.46º 0.98% 0.53% -
HSV(B) 308.46º 0.93% 0.99% -
XYZ 53.15 26.24 69.28 -
YUV 110.88 189.02 228.66 -
System Red Green Blue C M Y K H S L
Decimal 252 18 219 0 0.93 0.13 0.01 308.46 0.98 0.53
Hex FC 12 DB 0 5D D 1 134 62 35
Octal 374 22 333 0 135 15 1 464 142 65
Binary 11111100 10010 11011011 0 1011101 1101 1 100110100 1100010 110101

Color Harmonies of #FC12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12DB

Black with #FC12DB

Text Example


Text Example

White with #FC12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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