Html Css Color HEX #FC1EC0 Shocking Pink

📋 copy color: '#FC1EC0'

red 252 ◦ green 30 ◦ blue 192

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

Shades of Shocking Pink #FC1EC0

Tints of Shocking Pink #FC1EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.33%

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

R = 53.16%
G = 6.33%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC1EC0 (or 0xFC1EC0) is known color: Shocking Pink. HEX triplet: FC, 1E and C0. RGB value is (252,30,192). Sum of RGB (Red+Green+Blue) = 252+30+192=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1EC0 is #03E13F. Grayscale: #727272. Windows color (decimal): -254272 or 12590844. OLE color: 12590844.

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

Color convert

RGB 252 30 192 -
CMYK 0 0.88 0.24 0.01
HSL 316.22º 0.97% 0.55% -
HSV(B) 316.22º 0.88% 0.99% -
XYZ 50.12 25.43 52.14 -
YUV 114.85 171.55 225.83 -
System Red Green Blue C M Y K H S L
Decimal 252 30 192 0 0.88 0.24 0.01 316.22 0.97 0.55
Hex FC 1E C0 0 58 18 1 13C 61 37
Octal 374 36 300 0 130 30 1 474 141 67
Binary 11111100 11110 11000000 0 1011000 11000 1 100111100 1100001 110111

Color Harmonies of #FC1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1EC0

Black with #FC1EC0

Text Example


Text Example

White with #FC1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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