Html Css Color HEX #FC17FC Magenta

📋 copy color: '#FC17FC'

red 252 ◦ green 23 ◦ blue 252

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

Shades of Magenta #FC17FC

Tints of Magenta #FC17FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.36%

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 47.82%
G = 4.36%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC17FC (or 0xFC17FC) is known color: Magenta. HEX triplet: FC, 17 and FC. RGB value is (252,23,252). Sum of RGB (Red+Green+Blue) = 252+23+252=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 23 (9.38% from 255 or 4.36% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC17FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FC is #03E803. Grayscale: #747474. Windows color (decimal): -256004 or 16521212. OLE color: 16521212.

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

Color convert

RGB 252 23 252 -
CMYK 0 0.91 0 0.01
HSL 300º 0.97% 0.54% -
HSV(B) 300º 0.91% 0.99% -
XYZ 58.02 28.34 94.51 -
YUV 117.58 203.87 223.88 -
System Red Green Blue C M Y K H S L
Decimal 252 23 252 0 0.91 0 0.01 300 0.97 0.54
Hex FC 17 FC 0 5B 0 1 12C 61 36
Octal 374 27 374 0 133 0 1 454 141 66
Binary 11111100 10111 11111100 0 1011011 0 1 100101100 1100001 110110

Color Harmonies of #FC17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17FC

Black with #FC17FC

Text Example


Text Example

White with #FC17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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