Html Css Color HEX #FC16EE Magenta

📋 copy color: '#FC16EE'

red 252 ◦ green 22 ◦ blue 238

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

Shades of Magenta #FC16EE

Tints of Magenta #FC16EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 49.22%
G = 4.3%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC16EE (or 0xFC16EE) is known color: Magenta. HEX triplet: FC, 16 and EE. RGB value is (252,22,238). Sum of RGB (Red+Green+Blue) = 252+22+238=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 22 (8.98% from 255 or 4.30% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16EE is #03E911. Grayscale: #727272. Windows color (decimal): -256274 or 15603452. OLE color: 15603452.

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

Color convert

RGB 252 22 238 -
CMYK 0 0.91 0.06 0.01
HSL 303.65º 0.97% 0.54% -
HSV(B) 303.65º 0.91% 0.99% -
XYZ 55.86 27.44 83.24 -
YUV 115.39 197.2 225.44 -
System Red Green Blue C M Y K H S L
Decimal 252 22 238 0 0.91 0.06 0.01 303.65 0.97 0.54
Hex FC 16 EE 0 5B 6 1 130 61 36
Octal 374 26 356 0 133 6 1 460 141 66
Binary 11111100 10110 11101110 0 1011011 110 1 100110000 1100001 110110

Color Harmonies of #FC16EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16EE

Black with #FC16EE

Text Example


Text Example

White with #FC16EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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