#F49EC3

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

Shades of Shocking #F49EC3

Tints of Shocking #F49EC3

Color information

#F49EC3 (or 0xF49EC3) is unknown color: approx Shocking. HEX triplet: F4, 9E and C3. RGB value is (244,158,195). Sum of RGB (Red+Green+Blue) = 244+158+195=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC3 is #0B613C. Grayscale: #BBBBBB. Windows color (decimal): -745789 or 12820212. OLE color: 12820212.

HSL color Cylindrical-coordinate representation of color #F49EC3: hue angle of 334.19º 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 #F49EC3 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244158195-
CMYK00.350.200.04
HSL334.19º79.63%78.82%-
HSV(B)334.19º35.25%95.69%-
XYZ59.3947.6357.69-
YUV187.93131.99167.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 195 (76.56% from 255) = 32.66%
R=40.87%
G=26.47%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415819500.350.200.04334.1979.6378.82
HexF49EC302314414e504f
Octal364236303043244516120117
Binary11110100100111101100001101000111010010010100111010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EC3; }

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

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

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

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

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

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

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

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