Html Css Color HEX #FC16A0 Deep Pink

📋 copy color: '#FC16A0'

red 252 ◦ green 22 ◦ blue 160

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

Shades of Deep Pink #FC16A0

Tints of Deep Pink #FC16A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 58.06%
G = 5.07%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC16A0 (or 0xFC16A0) is known color: Deep Pink. HEX triplet: FC, 16 and A0. RGB value is (252,22,160). Sum of RGB (Red+Green+Blue) = 252+22+160=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC16A0 is #03E95F. Grayscale: #6A6A6A. Windows color (decimal): -256352 or 10491644. OLE color: 10491644.

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

Color convert

RGB 252 22 160 -
CMYK 0 0.91 0.37 0.01
HSL 324º 0.97% 0.54% -
HSV(B) 324º 0.91% 0.99% -
XYZ 46.78 23.81 35.39 -
YUV 106.5 158.2 231.78 -
System Red Green Blue C M Y K H S L
Decimal 252 22 160 0 0.91 0.37 0.01 324 0.97 0.54
Hex FC 16 A0 0 5B 25 1 144 61 36
Octal 374 26 240 0 133 45 1 504 141 66
Binary 11111100 10110 10100000 0 1011011 100101 1 101000100 1100001 110110

Color Harmonies of #FC16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16A0

Black with #FC16A0

Text Example


Text Example

White with #FC16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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