Html Css Color HEX #FC08DF Hot Magenta

📋 copy color: '#FC08DF'

red 252 ◦ green 8 ◦ blue 223

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

Shades of Hot Magenta #FC08DF

Tints of Hot Magenta #FC08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.66%

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 52.17%
G = 1.66%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC08DF (or 0xFC08DF) is known color: Hot Magenta. HEX triplet: FC, 08 and DF. RGB value is (252,8,223). Sum of RGB (Red+Green+Blue) = 252+8+223=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08DF is #03F720. Grayscale: #686868. Windows color (decimal): -259873 or 14616828. OLE color: 14616828.

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

Color convert

RGB 252 8 223 -
CMYK 0 0.97 0.12 0.01
HSL 307.13º 0.98% 0.51% -
HSV(B) 307.13º 0.97% 0.99% -
XYZ 53.55 26.2 72.05 -
YUV 105.47 194.34 232.52 -
System Red Green Blue C M Y K H S L
Decimal 252 8 223 0 0.97 0.12 0.01 307.13 0.98 0.51
Hex FC 8 DF 0 61 C 1 133 62 33
Octal 374 10 337 0 141 14 1 463 142 63
Binary 11111100 1000 11011111 0 1100001 1100 1 100110011 1100010 110011

Color Harmonies of #FC08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08DF

Black with #FC08DF

Text Example


Text Example

White with #FC08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08DF; }

 p { color: rgb(252,8,223); }

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

background-color css

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

 a { background-color: rgb(252,8,223); }

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

border-color css

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

 span { border-color: rgb(252,8,223); }

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