Html Css Color HEX #FC05DB Hot Magenta

📋 copy color: '#FC05DB'

red 252 ◦ green 5 ◦ blue 219

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

Shades of Hot Magenta #FC05DB

Tints of Hot Magenta #FC05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.05%

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

R = 52.94%
G = 1.05%
B = 46.01%

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

#FC05DB (or 0xFC05DB) is known color: Hot Magenta. HEX triplet: FC, 05 and DB. RGB value is (252,5,219). Sum of RGB (Red+Green+Blue) = 252+5+219=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 5 (2.34% from 255 or 1.05% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05DB is #03FA24. Grayscale: #666666. Windows color (decimal): -260645 or 14353916. OLE color: 14353916.

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

Color convert

RGB 252 5 219 -
CMYK 0 0.98 0.13 0.01
HSL 308.02º 0.98% 0.5% -
HSV(B) 308.02º 0.98% 0.99% -
XYZ 52.99 25.92 69.23 -
YUV 103.25 193.33 234.1 -
System Red Green Blue C M Y K H S L
Decimal 252 5 219 0 0.98 0.13 0.01 308.02 0.98 0.5
Hex FC 5 DB 0 62 D 1 134 62 32
Octal 374 5 333 0 142 15 1 464 142 62
Binary 11111100 101 11011011 0 1100010 1101 1 100110100 1100010 110010

Color Harmonies of #FC05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05DB

Black with #FC05DB

Text Example


Text Example

White with #FC05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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