#F49EC0

Color #F49EC0 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F49EC0

Tints of Shocking #F49EC0

Color information

#F49EC0 (or 0xF49EC0) is unknown color: approx Shocking. HEX triplet: F4, 9E and C0. RGB value is (244,158,192). Sum of RGB (Red+Green+Blue) = 244+158+192=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC0 is #0B613F. Grayscale: #BBBBBB. Windows color (decimal): -745792 or 12623604. OLE color: 12623604.

HSL color Cylindrical-coordinate representation of color #F49EC0: hue angle of 336.28º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49EC0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB244158192-
CMYK00.350.210.04
HSL336.28º79.63%78.82%-
HSV(B)336.28º35.25%95.69%-
XYZ59.0547.4955.92-
YUV187.59130.49168.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.08%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 192 (75.39% from 255) = 32.32%
R=41.08%
G=26.60%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415819200.350.210.04336.2879.6378.82
HexF49EC0023154150504f
Octal364236300043254520120117
Binary11110100100111101100000001000111010110010101000010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EC0; }

 p { color: rgb(244,158,192); }

 H1.HeaderClassName
 {
   color: #F49EC0;
 }
 .AnyTagClassName
 {
   color: #F49EC0;
 }
</style>
background-color css

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

 a { background-color: rgb(244,158,192); }

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

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

 span { border-color: rgb(244,158,192); }

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