Html Css Color HEX #FC17F2 Magenta

📋 copy color: '#FC17F2'

red 252 ◦ green 23 ◦ blue 242

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

Shades of Magenta #FC17F2

Tints of Magenta #FC17F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 48.74%
G = 4.45%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC17F2 (or 0xFC17F2) is known color: Magenta. HEX triplet: FC, 17 and F2. RGB value is (252,23,242). Sum of RGB (Red+Green+Blue) = 252+23+242=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 23 (9.38% from 255 or 4.45% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17F2 is #03E80D. Grayscale: #737373. Windows color (decimal): -256014 or 15865852. OLE color: 15865852.

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

Color convert

RGB 252 23 242 -
CMYK 0 0.91 0.04 0.01
HSL 302.62º 0.97% 0.54% -
HSV(B) 302.62º 0.91% 0.99% -
XYZ 56.48 27.72 86.38 -
YUV 116.44 198.87 224.69 -
System Red Green Blue C M Y K H S L
Decimal 252 23 242 0 0.91 0.04 0.01 302.62 0.97 0.54
Hex FC 17 F2 0 5B 4 1 12F 61 36
Octal 374 27 362 0 133 4 1 457 141 66
Binary 11111100 10111 11110010 0 1011011 100 1 100101111 1100001 110110

Color Harmonies of #FC17F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC17F2

Black with #FC17F2

Text Example


Text Example

White with #FC17F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC17F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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