Html Css Color HEX #FC18DB Hot Magenta

📋 copy color: '#FC18DB'

red 252 ◦ green 24 ◦ blue 219

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

Shades of Hot Magenta #FC18DB

Tints of Hot Magenta #FC18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.85%

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

R = 50.91%
G = 4.85%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC18DB (or 0xFC18DB) is known color: Hot Magenta. HEX triplet: FC, 18 and DB. RGB value is (252,24,219). Sum of RGB (Red+Green+Blue) = 252+24+219=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18DB is #03E724. Grayscale: #717171. Windows color (decimal): -255781 or 14358780. OLE color: 14358780.

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

Color convert

RGB 252 24 219 -
CMYK 0 0.90 0.13 0.01
HSL 308.68º 0.97% 0.54% -
HSV(B) 308.68º 0.9% 0.99% -
XYZ 53.26 26.46 69.32 -
YUV 114.4 187.04 226.14 -
System Red Green Blue C M Y K H S L
Decimal 252 24 219 0 0.90 0.13 0.01 308.68 0.97 0.54
Hex FC 18 DB 0 5A D 1 135 61 36
Octal 374 30 333 0 132 15 1 465 141 66
Binary 11111100 11000 11011011 0 1011010 1101 1 100110101 1100001 110110

Color Harmonies of #FC18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC18DB

Black with #FC18DB

Text Example


Text Example

White with #FC18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC18DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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