Html Css Color HEX #FC17F7 Magenta

📋 copy color: '#FC17F7'

red 252 ◦ green 23 ◦ blue 247

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

Shades of Magenta #FC17F7

Tints of Magenta #FC17F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 48.28%
G = 4.41%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC17F7 (or 0xFC17F7) is known color: Magenta. HEX triplet: FC, 17 and F7. RGB value is (252,23,247). Sum of RGB (Red+Green+Blue) = 252+23+247=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 23 (9.38% from 255 or 4.41% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17F7 is #03E808. Grayscale: #747474. Windows color (decimal): -256009 or 16193532. OLE color: 16193532.

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

Color convert

RGB 252 23 247 -
CMYK 0 0.91 0.02 0.01
HSL 301.31º 0.97% 0.54% -
HSV(B) 301.31º 0.91% 0.99% -
XYZ 57.24 28.02 90.39 -
YUV 117.01 201.37 224.29 -
System Red Green Blue C M Y K H S L
Decimal 252 23 247 0 0.91 0.02 0.01 301.31 0.97 0.54
Hex FC 17 F7 0 5B 2 1 12D 61 36
Octal 374 27 367 0 133 2 1 455 141 66
Binary 11111100 10111 11110111 0 1011011 10 1 100101101 1100001 110110

Color Harmonies of #FC17F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17F7

Black with #FC17F7

Text Example


Text Example

White with #FC17F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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