Html Css Color HEX #FC09DB Hot Magenta

📋 copy color: '#FC09DB'

red 252 ◦ green 9 ◦ blue 219

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

Shades of Hot Magenta #FC09DB

Tints of Hot Magenta #FC09DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.88%

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

R = 52.5%
G = 1.88%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC09DB (or 0xFC09DB) is known color: Hot Magenta. HEX triplet: FC, 09 and DB. RGB value is (252,9,219). Sum of RGB (Red+Green+Blue) = 252+9+219=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09DB is #03F624. Grayscale: #696969. Windows color (decimal): -259621 or 14354940. OLE color: 14354940.

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

Color convert

RGB 252 9 219 -
CMYK 0 0.96 0.13 0.01
HSL 308.15º 0.98% 0.51% -
HSV(B) 308.15º 0.96% 0.99% -
XYZ 53.03 26.01 69.24 -
YUV 105.6 192.01 232.42 -
System Red Green Blue C M Y K H S L
Decimal 252 9 219 0 0.96 0.13 0.01 308.15 0.98 0.51
Hex FC 9 DB 0 60 D 1 134 62 33
Octal 374 11 333 0 140 15 1 464 142 63
Binary 11111100 1001 11011011 0 1100000 1101 1 100110100 1100010 110011

Color Harmonies of #FC09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09DB

Black with #FC09DB

Text Example


Text Example

White with #FC09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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