Html Css Color HEX #FC17FE Magenta

📋 copy color: '#FC17FE'

red 252 ◦ green 23 ◦ blue 254

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

Shades of Magenta #FC17FE

Tints of Magenta #FC17FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 47.64%
G = 4.35%
B = 48.02%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC17FE (or 0xFC17FE) is known color: Magenta. HEX triplet: FC, 17 and FE. RGB value is (252,23,254). Sum of RGB (Red+Green+Blue) = 252+23+254=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 23 (9.38% from 255 or 4.35% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC17FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FE is #03E801. Grayscale: #757575. Windows color (decimal): -256002 or 16652284. OLE color: 16652284.

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

Color convert

RGB 252 23 254 -
CMYK 0.01 0.91 0 0.00
HSL 299.48º 0.99% 0.54% -
HSV(B) 299.48º 0.91% 1% -
XYZ 58.34 28.46 96.19 -
YUV 117.81 204.87 223.72 -
System Red Green Blue C M Y K H S L
Decimal 252 23 254 0.01 0.91 0 0.00 299.48 0.99 0.54
Hex FC 17 FE 1 5B 0 0 12B 63 36
Octal 374 27 376 1 133 0 0 453 143 66
Binary 11111100 10111 11111110 1 1011011 0 0 100101011 1100011 110110

Color Harmonies of #FC17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17FE

Black with #FC17FE

Text Example


Text Example

White with #FC17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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