Html Css Color HEX #FC16F6 Magenta

📋 copy color: '#FC16F6'

red 252 ◦ green 22 ◦ blue 246

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

Shades of Magenta #FC16F6

Tints of Magenta #FC16F6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.23%

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 48.46%
G = 4.23%
B = 47.31%

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

#FC16F6 (or 0xFC16F6) is known color: Magenta. HEX triplet: FC, 16 and F6. RGB value is (252,22,246). Sum of RGB (Red+Green+Blue) = 252+22+246=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 22 (8.98% from 255 or 4.23% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16F6 is #03E909. Grayscale: #737373. Windows color (decimal): -256266 or 16127740. OLE color: 16127740.

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

Color convert

RGB 252 22 246 -
CMYK 0 0.91 0.02 0.01
HSL 301.57º 0.97% 0.54% -
HSV(B) 301.57º 0.91% 0.99% -
XYZ 57.07 27.92 89.57 -
YUV 116.31 201.2 224.79 -
System Red Green Blue C M Y K H S L
Decimal 252 22 246 0 0.91 0.02 0.01 301.57 0.97 0.54
Hex FC 16 F6 0 5B 2 1 12E 61 36
Octal 374 26 366 0 133 2 1 456 141 66
Binary 11111100 10110 11110110 0 1011011 10 1 100101110 1100001 110110

Color Harmonies of #FC16F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16F6

Black with #FC16F6

Text Example


Text Example

White with #FC16F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16F6; }

 p { color: rgb(252,22,246); }

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

background-color css

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

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

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

border-color css

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

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

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