Html Css Color HEX #FC06DB Hot Magenta

📋 copy color: '#FC06DB'

red 252 ◦ green 6 ◦ blue 219

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

Shades of Hot Magenta #FC06DB

Tints of Hot Magenta #FC06DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 52.83%
G = 1.26%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC06DB (or 0xFC06DB) is known color: Hot Magenta. HEX triplet: FC, 06 and DB. RGB value is (252,6,219). Sum of RGB (Red+Green+Blue) = 252+6+219=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 6 (2.73% from 255 or 1.26% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06DB is #03F924. Grayscale: #676767. Windows color (decimal): -260389 or 14354172. OLE color: 14354172.

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

Color convert

RGB 252 6 219 -
CMYK 0 0.98 0.13 0.01
HSL 308.05º 0.98% 0.51% -
HSV(B) 308.05º 0.98% 0.99% -
XYZ 53 25.94 69.23 -
YUV 103.84 193 233.68 -
System Red Green Blue C M Y K H S L
Decimal 252 6 219 0 0.98 0.13 0.01 308.05 0.98 0.51
Hex FC 6 DB 0 62 D 1 134 62 33
Octal 374 6 333 0 142 15 1 464 142 63
Binary 11111100 110 11011011 0 1100010 1101 1 100110100 1100010 110011

Color Harmonies of #FC06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06DB

Black with #FC06DB

Text Example


Text Example

White with #FC06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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