Html Css Color HEX #FC12D5 Hot Magenta

📋 copy color: '#FC12D5'

red 252 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #FC12D5

Tints of Hot Magenta #FC12D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 52.17%
G = 3.73%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC12D5 (or 0xFC12D5) is known color: Hot Magenta. HEX triplet: FC, 12 and D5. RGB value is (252,18,213). Sum of RGB (Red+Green+Blue) = 252+18+213=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12D5 is #03ED2A. Grayscale: #6D6D6D. Windows color (decimal): -257323 or 13964028. OLE color: 13964028.

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

Color convert

RGB 252 18 213 -
CMYK 0 0.93 0.15 0.01
HSL 310º 0.98% 0.53% -
HSV(B) 310º 0.93% 0.99% -
XYZ 52.37 25.93 65.2 -
YUV 110.2 186.02 229.14 -
System Red Green Blue C M Y K H S L
Decimal 252 18 213 0 0.93 0.15 0.01 310 0.98 0.53
Hex FC 12 D5 0 5D F 1 136 62 35
Octal 374 22 325 0 135 17 1 466 142 65
Binary 11111100 10010 11010101 0 1011101 1111 1 100110110 1100010 110101

Color Harmonies of #FC12D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC12D5

Black with #FC12D5

Text Example


Text Example

White with #FC12D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC12D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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