Html Css Color HEX #FC0EC3 Shocking Pink

📋 copy color: '#FC0EC3'

red 252 ◦ green 14 ◦ blue 195

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

Shades of Shocking Pink #FC0EC3

Tints of Shocking Pink #FC0EC3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.04%

 BLUE value IS 195 (76.56% from 255) = 42.3%

R = 54.66%
G = 3.04%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC0EC3 (or 0xFC0EC3) is known color: Shocking Pink. HEX triplet: FC, 0E and C3. RGB value is (252,14,195). Sum of RGB (Red+Green+Blue) = 252+14+195=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EC3 is #03F13C. Grayscale: #696969. Windows color (decimal): -258365 or 12783356. OLE color: 12783356.

HSL color Cylindrical-coordinate representation of color #FC0EC3: hue angle of 314.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EC3 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 14 195 -
CMYK 0 0.94 0.23 0.01
HSL 314.37º 0.98% 0.52% -
HSV(B) 314.37º 0.94% 0.99% -
XYZ 50.15 24.95 53.8 -
YUV 105.8 178.35 232.28 -
System Red Green Blue C M Y K H S L
Decimal 252 14 195 0 0.94 0.23 0.01 314.37 0.98 0.52
Hex FC E C3 0 5E 17 1 13A 62 34
Octal 374 16 303 0 136 27 1 472 142 64
Binary 11111100 1110 11000011 0 1011110 10111 1 100111010 1100010 110100

Color Harmonies of #FC0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EC3

Black with #FC0EC3

Text Example


Text Example

White with #FC0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EC3; }

 p { color: rgb(252,14,195); }

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

background-color css

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

 a { background-color: rgb(252,14,195); }

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

border-color css

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

 span { border-color: rgb(252,14,195); }

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