Html Css Color HEX #FC06DE Hot Magenta

📋 copy color: '#FC06DE'

red 252 ◦ green 6 ◦ blue 222

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

Shades of Hot Magenta #FC06DE

Tints of Hot Magenta #FC06DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 52.5%
G = 1.25%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC06DE (or 0xFC06DE) is known color: Hot Magenta. HEX triplet: FC, 06 and DE. RGB value is (252,6,222). Sum of RGB (Red+Green+Blue) = 252+6+222=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06DE is #03F921. Grayscale: #676767. Windows color (decimal): -260386 or 14550780. OLE color: 14550780.

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

Color convert

RGB 252 6 222 -
CMYK 0 0.98 0.12 0.01
HSL 307.32º 0.98% 0.51% -
HSV(B) 307.32º 0.98% 0.99% -
XYZ 53.39 26.1 71.33 -
YUV 104.18 194.5 233.44 -
System Red Green Blue C M Y K H S L
Decimal 252 6 222 0 0.98 0.12 0.01 307.32 0.98 0.51
Hex FC 6 DE 0 62 C 1 133 62 33
Octal 374 6 336 0 142 14 1 463 142 63
Binary 11111100 110 11011110 0 1100010 1100 1 100110011 1100010 110011

Color Harmonies of #FC06DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06DE

Black with #FC06DE

Text Example


Text Example

White with #FC06DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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