Html Css Color HEX #FC16B5 Spicy Pink

📋 copy color: '#FC16B5'

red 252 ◦ green 22 ◦ blue 181

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

Shades of Spicy Pink #FC16B5

Tints of Spicy Pink #FC16B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.78%

R = 55.38%
G = 4.84%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC16B5 (or 0xFC16B5) is known color: Spicy Pink. HEX triplet: FC, 16 and B5. RGB value is (252,22,181). Sum of RGB (Red+Green+Blue) = 252+22+181=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16B5 is #03E94A. Grayscale: #6C6C6C. Windows color (decimal): -256331 or 11867900. OLE color: 11867900.

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

Color convert

RGB 252 22 181 -
CMYK 0 0.91 0.28 0.01
HSL 318.52º 0.97% 0.54% -
HSV(B) 318.52º 0.91% 0.99% -
XYZ 48.77 24.61 45.89 -
YUV 108.9 168.7 230.07 -
System Red Green Blue C M Y K H S L
Decimal 252 22 181 0 0.91 0.28 0.01 318.52 0.97 0.54
Hex FC 16 B5 0 5B 1C 1 13F 61 36
Octal 374 26 265 0 133 34 1 477 141 66
Binary 11111100 10110 10110101 0 1011011 11100 1 100111111 1100001 110110

Color Harmonies of #FC16B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16B5

Black with #FC16B5

Text Example


Text Example

White with #FC16B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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