Html Css Color HEX #FC08E8 Magenta

📋 copy color: '#FC08E8'

red 252 ◦ green 8 ◦ blue 232

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

Shades of Magenta #FC08E8

Tints of Magenta #FC08E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 51.22%
G = 1.63%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FC08E8 (or 0xFC08E8) is known color: Magenta. HEX triplet: FC, 08 and E8. RGB value is (252,8,232). Sum of RGB (Red+Green+Blue) = 252+8+232=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 8 (3.52% from 255 or 1.63% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC08E8 is #03F717. Grayscale: #696969. Windows color (decimal): -259864 or 15206652. OLE color: 15206652.

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

Color convert

RGB 252 8 232 -
CMYK 0 0.97 0.08 0.01
HSL 304.92º 0.98% 0.51% -
HSV(B) 304.92º 0.97% 0.99% -
XYZ 54.8 26.7 78.61 -
YUV 106.49 198.84 231.79 -
System Red Green Blue C M Y K H S L
Decimal 252 8 232 0 0.97 0.08 0.01 304.92 0.98 0.51
Hex FC 8 E8 0 61 8 1 131 62 33
Octal 374 10 350 0 141 10 1 461 142 63
Binary 11111100 1000 11101000 0 1100001 1000 1 100110001 1100010 110011

Color Harmonies of #FC08E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08E8

Black with #FC08E8

Text Example


Text Example

White with #FC08E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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