Html Css Color HEX #FC08EF Magenta

📋 copy color: '#FC08EF'

red 252 ◦ green 8 ◦ blue 239

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

Shades of Magenta #FC08EF

Tints of Magenta #FC08EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 50.5%
G = 1.6%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC08EF (or 0xFC08EF) is known color: Magenta. HEX triplet: FC, 08 and EF. RGB value is (252,8,239). Sum of RGB (Red+Green+Blue) = 252+8+239=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC08EF is #03F710. Grayscale: #6A6A6A. Windows color (decimal): -259857 or 15665404. OLE color: 15665404.

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

Color convert

RGB 252 8 239 -
CMYK 0 0.97 0.05 0.01
HSL 303.2º 0.98% 0.51% -
HSV(B) 303.2º 0.97% 0.99% -
XYZ 55.81 27.1 83.95 -
YUV 107.29 202.34 231.22 -
System Red Green Blue C M Y K H S L
Decimal 252 8 239 0 0.97 0.05 0.01 303.2 0.98 0.51
Hex FC 8 EF 0 61 5 1 12F 62 33
Octal 374 10 357 0 141 5 1 457 142 63
Binary 11111100 1000 11101111 0 1100001 101 1 100101111 1100010 110011

Color Harmonies of #FC08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC08EF

Black with #FC08EF

Text Example


Text Example

White with #FC08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC08EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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