Html Css Color HEX #FC08D1 Hot Magenta

📋 copy color: '#FC08D1'

red 252 ◦ green 8 ◦ blue 209

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

Shades of Hot Magenta #FC08D1

Tints of Hot Magenta #FC08D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 53.73%
G = 1.71%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC08D1 (or 0xFC08D1) is known color: Hot Magenta. HEX triplet: FC, 08 and D1. RGB value is (252,8,209). Sum of RGB (Red+Green+Blue) = 252+8+209=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 8 (3.52% from 255 or 1.71% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08D1 is #03F72E. Grayscale: #676767. Windows color (decimal): -259887 or 13699324. OLE color: 13699324.

HSL color Cylindrical-coordinate representation of color #FC08D1: hue angle of 310.57º 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 #FC08D1 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 8 209 -
CMYK 0 0.97 0.17 0.01
HSL 310.57º 0.98% 0.51% -
HSV(B) 310.57º 0.97% 0.99% -
XYZ 51.74 25.47 62.51 -
YUV 103.87 187.34 233.66 -
System Red Green Blue C M Y K H S L
Decimal 252 8 209 0 0.97 0.17 0.01 310.57 0.98 0.51
Hex FC 8 D1 0 61 11 1 137 62 33
Octal 374 10 321 0 141 21 1 467 142 63
Binary 11111100 1000 11010001 0 1100001 10001 1 100110111 1100010 110011

Color Harmonies of #FC08D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08D1

Black with #FC08D1

Text Example


Text Example

White with #FC08D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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