Html Css Color HEX #FC06D8 Hot Magenta

📋 copy color: '#FC06D8'

red 252 ◦ green 6 ◦ blue 216

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

Shades of Hot Magenta #FC06D8

Tints of Hot Magenta #FC06D8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 216 (84.77% from 255) = 45.57%

R = 53.16%
G = 1.27%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC06D8 (or 0xFC06D8) is known color: Hot Magenta. HEX triplet: FC, 06 and D8. RGB value is (252,6,216). Sum of RGB (Red+Green+Blue) = 252+6+216=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06D8 is #03F927. Grayscale: #666666. Windows color (decimal): -260392 or 14157564. OLE color: 14157564.

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

Color convert

RGB 252 6 216 -
CMYK 0 0.98 0.14 0.01
HSL 308.78º 0.98% 0.51% -
HSV(B) 308.78º 0.98% 0.99% -
XYZ 52.6 25.78 67.17 -
YUV 103.49 191.5 233.92 -
System Red Green Blue C M Y K H S L
Decimal 252 6 216 0 0.98 0.14 0.01 308.78 0.98 0.51
Hex FC 6 D8 0 62 E 1 135 62 33
Octal 374 6 330 0 142 16 1 465 142 63
Binary 11111100 110 11011000 0 1100010 1110 1 100110101 1100010 110011

Color Harmonies of #FC06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06D8

Black with #FC06D8

Text Example


Text Example

White with #FC06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06D8; }

 p { color: rgb(252,6,216); }

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

background-color css

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

 a { background-color: rgb(252,6,216); }

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

border-color css

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

 span { border-color: rgb(252,6,216); }

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