Html Css Color HEX #FC1ECC Shocking Pink

📋 copy color: '#FC1ECC'

red 252 ◦ green 30 ◦ blue 204

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

Shades of Shocking Pink #FC1ECC

Tints of Shocking Pink #FC1ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 51.85%
G = 6.17%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC1ECC (or 0xFC1ECC) is known color: Shocking Pink. HEX triplet: FC, 1E and CC. RGB value is (252,30,204). Sum of RGB (Red+Green+Blue) = 252+30+204=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ECC is #03E133. Grayscale: #737373. Windows color (decimal): -254260 or 13377276. OLE color: 13377276.

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

Color convert

RGB 252 30 204 -
CMYK 0 0.88 0.19 0.01
HSL 312.97º 0.97% 0.55% -
HSV(B) 312.97º 0.88% 0.99% -
XYZ 51.51 25.98 59.43 -
YUV 116.21 177.55 224.85 -
System Red Green Blue C M Y K H S L
Decimal 252 30 204 0 0.88 0.19 0.01 312.97 0.97 0.55
Hex FC 1E CC 0 58 13 1 139 61 37
Octal 374 36 314 0 130 23 1 471 141 67
Binary 11111100 11110 11001100 0 1011000 10011 1 100111001 1100001 110111

Color Harmonies of #FC1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1ECC

Black with #FC1ECC

Text Example


Text Example

White with #FC1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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