Html Css Color HEX #FC0EBB Shocking Pink

📋 copy color: '#FC0EBB'

red 252 ◦ green 14 ◦ blue 187

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

Shades of Shocking Pink #FC0EBB

Tints of Shocking Pink #FC0EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.28%

R = 55.63%
G = 3.09%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC0EBB (or 0xFC0EBB) is known color: Shocking Pink. HEX triplet: FC, 0E and BB. RGB value is (252,14,187). Sum of RGB (Red+Green+Blue) = 252+14+187=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EBB is #03F144. Grayscale: #686868. Windows color (decimal): -258373 or 12259068. OLE color: 12259068.

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

Color convert

RGB 252 14 187 -
CMYK 0 0.94 0.26 0.01
HSL 316.39º 0.98% 0.52% -
HSV(B) 316.39º 0.94% 0.99% -
XYZ 49.27 24.6 49.16 -
YUV 104.88 174.35 232.93 -
System Red Green Blue C M Y K H S L
Decimal 252 14 187 0 0.94 0.26 0.01 316.39 0.98 0.52
Hex FC E BB 0 5E 1A 1 13C 62 34
Octal 374 16 273 0 136 32 1 474 142 64
Binary 11111100 1110 10111011 0 1011110 11010 1 100111100 1100010 110100

Color Harmonies of #FC0EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EBB

Black with #FC0EBB

Text Example


Text Example

White with #FC0EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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