Html Css Color HEX #FC01DB Hot Magenta

📋 copy color: '#FC01DB'

red 252 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #FC01DB

Tints of Hot Magenta #FC01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 53.39%
G = 0.21%
B = 46.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC01DB (or 0xFC01DB) is known color: Hot Magenta. HEX triplet: FC, 01 and DB. RGB value is (252,1,219). Sum of RGB (Red+Green+Blue) = 252+1+219=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01DB is #03FE24. Grayscale: #646464. Windows color (decimal): -261669 or 14352892. OLE color: 14352892.

HSL color Cylindrical-coordinate representation of color #FC01DB: hue angle of 307.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01DB is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 219 -
CMYK 0 1.00 0.13 0.01
HSL 307.89º 0.99% 0.5% -
HSV(B) 307.89º 1% 0.99% -
XYZ 52.94 25.83 69.21 -
YUV 100.9 194.66 235.77 -
System Red Green Blue C M Y K H S L
Decimal 252 1 219 0 1.00 0.13 0.01 307.89 0.99 0.5
Hex FC 1 DB 0 64 D 1 134 63 32
Octal 374 1 333 0 144 15 1 464 143 62
Binary 11111100 1 11011011 0 1100100 1101 1 100110100 1100011 110010

Color Harmonies of #FC01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01DB

Black with #FC01DB

Text Example


Text Example

White with #FC01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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