Html Css Color HEX #FC16C9 Shocking Pink

📋 copy color: '#FC16C9'

red 252 ◦ green 22 ◦ blue 201

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

Shades of Shocking Pink #FC16C9

Tints of Shocking Pink #FC16C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 53.05%
G = 4.63%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC16C9 (or 0xFC16C9) is known color: Shocking Pink. HEX triplet: FC, 16 and C9. RGB value is (252,22,201). Sum of RGB (Red+Green+Blue) = 252+22+201=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16C9 is #03E936. Grayscale: #6E6E6E. Windows color (decimal): -256311 or 13178620. OLE color: 13178620.

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

Color convert

RGB 252 22 201 -
CMYK 0 0.91 0.20 0.01
HSL 313.3º 0.97% 0.54% -
HSV(B) 313.3º 0.91% 0.99% -
XYZ 50.97 25.49 57.49 -
YUV 111.18 178.7 228.45 -
System Red Green Blue C M Y K H S L
Decimal 252 22 201 0 0.91 0.20 0.01 313.3 0.97 0.54
Hex FC 16 C9 0 5B 14 1 139 61 36
Octal 374 26 311 0 133 24 1 471 141 66
Binary 11111100 10110 11001001 0 1011011 10100 1 100111001 1100001 110110

Color Harmonies of #FC16C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16C9

Black with #FC16C9

Text Example


Text Example

White with #FC16C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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