Html Css Color HEX #FC1CC6 Shocking Pink

📋 copy color: '#FC1CC6'

red 252 ◦ green 28 ◦ blue 198

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

Shades of Shocking Pink #FC1CC6

Tints of Shocking Pink #FC1CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 52.72%
G = 5.86%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC1CC6 (or 0xFC1CC6) is known color: Shocking Pink. HEX triplet: FC, 1C and C6. RGB value is (252,28,198). Sum of RGB (Red+Green+Blue) = 252+28+198=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CC6 is #03E339. Grayscale: #717171. Windows color (decimal): -254778 or 12983548. OLE color: 12983548.

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

Color convert

RGB 252 28 198 -
CMYK 0 0.89 0.21 0.01
HSL 314.46º 0.97% 0.55% -
HSV(B) 314.46º 0.89% 0.99% -
XYZ 50.75 25.6 55.69 -
YUV 114.36 175.21 226.18 -
System Red Green Blue C M Y K H S L
Decimal 252 28 198 0 0.89 0.21 0.01 314.46 0.97 0.55
Hex FC 1C C6 0 59 15 1 13A 61 37
Octal 374 34 306 0 131 25 1 472 141 67
Binary 11111100 11100 11000110 0 1011001 10101 1 100111010 1100001 110111

Color Harmonies of #FC1CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1CC6

Black with #FC1CC6

Text Example


Text Example

White with #FC1CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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