Html Css Color HEX #FC12DD Hot Magenta

📋 copy color: '#FC12DD'

red 252 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #FC12DD

Tints of Hot Magenta #FC12DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 51.32%
G = 3.67%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC12DD (or 0xFC12DD) is known color: Hot Magenta. HEX triplet: FC, 12 and DD. RGB value is (252,18,221). Sum of RGB (Red+Green+Blue) = 252+18+221=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 18 (7.42% from 255 or 3.67% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12DD is #03ED22. Grayscale: #6E6E6E. Windows color (decimal): -257315 or 14488316. OLE color: 14488316.

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

Color convert

RGB 252 18 221 -
CMYK 0 0.93 0.12 0.01
HSL 307.95º 0.98% 0.53% -
HSV(B) 307.95º 0.93% 0.99% -
XYZ 53.41 26.35 70.68 -
YUV 111.11 190.02 228.49 -
System Red Green Blue C M Y K H S L
Decimal 252 18 221 0 0.93 0.12 0.01 307.95 0.98 0.53
Hex FC 12 DD 0 5D C 1 134 62 35
Octal 374 22 335 0 135 14 1 464 142 65
Binary 11111100 10010 11011101 0 1011101 1100 1 100110100 1100010 110101

Color Harmonies of #FC12DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12DD

Black with #FC12DD

Text Example


Text Example

White with #FC12DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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