Html Css Color HEX #FC15D7 Hot Magenta

📋 copy color: '#FC15D7'

red 252 ◦ green 21 ◦ blue 215

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

Shades of Hot Magenta #FC15D7

Tints of Hot Magenta #FC15D7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.3%

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 51.64%
G = 4.3%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC15D7 (or 0xFC15D7) is known color: Hot Magenta. HEX triplet: FC, 15 and D7. RGB value is (252,21,215). Sum of RGB (Red+Green+Blue) = 252+21+215=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15D7 is #03EA28. Grayscale: #6F6F6F. Windows color (decimal): -256553 or 14095868. OLE color: 14095868.

HSL color Cylindrical-coordinate representation of color #FC15D7: hue angle of 309.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15D7 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 21 215 -
CMYK 0 0.92 0.15 0.01
HSL 309.61º 0.97% 0.54% -
HSV(B) 309.61º 0.92% 0.99% -
XYZ 52.68 26.14 66.56 -
YUV 112.19 186.03 227.73 -
System Red Green Blue C M Y K H S L
Decimal 252 21 215 0 0.92 0.15 0.01 309.61 0.97 0.54
Hex FC 15 D7 0 5C F 1 136 61 36
Octal 374 25 327 0 134 17 1 466 141 66
Binary 11111100 10101 11010111 0 1011100 1111 1 100110110 1100001 110110

Color Harmonies of #FC15D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC15D7

Black with #FC15D7

Text Example


Text Example

White with #FC15D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC15D7; }

 p { color: rgb(252,21,215); }

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

background-color css

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

 a { background-color: rgb(252,21,215); }

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

border-color css

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

 span { border-color: rgb(252,21,215); }

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