Html Css Color HEX #FC1CC0 Shocking Pink

📋 copy color: '#FC1CC0'

red 252 ◦ green 28 ◦ blue 192

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

Shades of Shocking Pink #FC1CC0

Tints of Shocking Pink #FC1CC0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.93%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 53.39%
G = 5.93%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC1CC0 (or 0xFC1CC0) is known color: Shocking Pink. HEX triplet: FC, 1C and C0. RGB value is (252,28,192). Sum of RGB (Red+Green+Blue) = 252+28+192=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CC0 is #03E33F. Grayscale: #717171. Windows color (decimal): -254784 or 12590332. OLE color: 12590332.

HSL color Cylindrical-coordinate representation of color #FC1CC0: hue angle of 316.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1CC0 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 28 192 -
CMYK 0 0.89 0.24 0.01
HSL 316.07º 0.97% 0.55% -
HSV(B) 316.07º 0.89% 0.99% -
XYZ 50.07 25.33 52.12 -
YUV 113.67 172.21 226.66 -
System Red Green Blue C M Y K H S L
Decimal 252 28 192 0 0.89 0.24 0.01 316.07 0.97 0.55
Hex FC 1C C0 0 59 18 1 13C 61 37
Octal 374 34 300 0 131 30 1 474 141 67
Binary 11111100 11100 11000000 0 1011001 11000 1 100111100 1100001 110111

Color Harmonies of #FC1CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CC0

Black with #FC1CC0

Text Example


Text Example

White with #FC1CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CC0; }

 p { color: rgb(252,28,192); }

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

background-color css

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

 a { background-color: rgb(252,28,192); }

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

border-color css

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

 span { border-color: rgb(252,28,192); }

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