Html Css Color HEX #FC16F9 Magenta

📋 copy color: '#FC16F9'

red 252 ◦ green 22 ◦ blue 249

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

Shades of Magenta #FC16F9

Tints of Magenta #FC16F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 48.18%
G = 4.21%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC16F9 (or 0xFC16F9) is known color: Magenta. HEX triplet: FC, 16 and F9. RGB value is (252,22,249). Sum of RGB (Red+Green+Blue) = 252+22+249=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 22 (8.98% from 255 or 4.21% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16F9 is #03E906. Grayscale: #737373. Windows color (decimal): -256263 or 16324348. OLE color: 16324348.

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

Color convert

RGB 252 22 249 -
CMYK 0 0.91 0.01 0.01
HSL 300.78º 0.97% 0.54% -
HSV(B) 300.78º 0.91% 0.99% -
XYZ 57.53 28.11 92.02 -
YUV 116.65 202.7 224.54 -
System Red Green Blue C M Y K H S L
Decimal 252 22 249 0 0.91 0.01 0.01 300.78 0.97 0.54
Hex FC 16 F9 0 5B 1 1 12D 61 36
Octal 374 26 371 0 133 1 1 455 141 66
Binary 11111100 10110 11111001 0 1011011 1 1 100101101 1100001 110110

Color Harmonies of #FC16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16F9

Black with #FC16F9

Text Example


Text Example

White with #FC16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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