Html Css Color HEX #FC0EBC Shocking Pink

📋 copy color: '#FC0EBC'

red 252 ◦ green 14 ◦ blue 188

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

Shades of Shocking Pink #FC0EBC

Tints of Shocking Pink #FC0EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 55.51%
G = 3.08%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC0EBC (or 0xFC0EBC) is known color: Shocking Pink. HEX triplet: FC, 0E and BC. RGB value is (252,14,188). Sum of RGB (Red+Green+Blue) = 252+14+188=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EBC is #03F143. Grayscale: #686868. Windows color (decimal): -258372 or 12324604. OLE color: 12324604.

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

Color convert

RGB 252 14 188 -
CMYK 0 0.94 0.25 0.01
HSL 316.13º 0.98% 0.52% -
HSV(B) 316.13º 0.94% 0.99% -
XYZ 49.38 24.64 49.73 -
YUV 105 174.85 232.85 -
System Red Green Blue C M Y K H S L
Decimal 252 14 188 0 0.94 0.25 0.01 316.13 0.98 0.52
Hex FC E BC 0 5E 19 1 13C 62 34
Octal 374 16 274 0 136 31 1 474 142 64
Binary 11111100 1110 10111100 0 1011110 11001 1 100111100 1100010 110100

Color Harmonies of #FC0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EBC

Black with #FC0EBC

Text Example


Text Example

White with #FC0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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