Html Css Color HEX #FC0EBE Shocking Pink

📋 copy color: '#FC0EBE'

red 252 ◦ green 14 ◦ blue 190

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

Shades of Shocking Pink #FC0EBE

Tints of Shocking Pink #FC0EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 55.26%
G = 3.07%
B = 41.67%

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

#FC0EBE (or 0xFC0EBE) is known color: Shocking Pink. HEX triplet: FC, 0E and BE. RGB value is (252,14,190). Sum of RGB (Red+Green+Blue) = 252+14+190=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EBE is #03F141. Grayscale: #686868. Windows color (decimal): -258370 or 12455676. OLE color: 12455676.

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

Color convert

RGB 252 14 190 -
CMYK 0 0.94 0.25 0.01
HSL 315.63º 0.98% 0.52% -
HSV(B) 315.63º 0.94% 0.99% -
XYZ 49.6 24.73 50.87 -
YUV 105.23 175.85 232.69 -
System Red Green Blue C M Y K H S L
Decimal 252 14 190 0 0.94 0.25 0.01 315.63 0.98 0.52
Hex FC E BE 0 5E 19 1 13C 62 34
Octal 374 16 276 0 136 31 1 474 142 64
Binary 11111100 1110 10111110 0 1011110 11001 1 100111100 1100010 110100

Color Harmonies of #FC0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EBE

Black with #FC0EBE

Text Example


Text Example

White with #FC0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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