#FC17FD

Color #FC17FD Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FC17FD

Tints of Magenta #FC17FD

Color information

#FC17FD (or 0xFC17FD) is unknown color: approx Magenta. HEX triplet: FC, 17 and FD. RGB value is (252,23,253). Sum of RGB (Red+Green+Blue) = 252+23+253=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 23 (9.38% from 255 or 4.36% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC17FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FD is #03E802. Grayscale: #747474. Windows color (decimal): -256003 or 16586748. OLE color: 16586748.

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

Color convert

RGB25223253-
CMYK0.000.9100.01
HSL299.74º98.29%54.12%-
HSV(B)299.74º90.91%99.22%-
XYZ58.1828.495.34-
YUV117.69204.37223.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.73%
GREEN value IS 23 (9.38% from 255) = 4.36%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=47.73%
G=4.36%
B=47.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252232530.000.9100.01299.7498.2954.12
HexFC17FD05B0112c6236
Octal3742737501330145414266
Binary11111100101111111110101011011011001011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17FD; }

 p { color: rgb(252,23,253); }

 H1.HeaderClassName
 {
   color: #FC17FD;
 }
 .AnyTagClassName
 {
   color: #FC17FD;
 }
</style>
background-color css

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

 a { background-color: rgb(252,23,253); }

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

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

 span { border-color: rgb(252,23,253); }

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