#F49EC2

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

Shades of Shocking #F49EC2

Tints of Shocking #F49EC2

Color information

#F49EC2 (or 0xF49EC2) is unknown color: approx Shocking. HEX triplet: F4, 9E and C2. RGB value is (244,158,194). Sum of RGB (Red+Green+Blue) = 244+158+194=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EC2 is #0B613D. Grayscale: #BBBBBB. Windows color (decimal): -745790 or 12754676. OLE color: 12754676.

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

Color convert

RGB244158194-
CMYK00.350.200.04
HSL334.88º79.63%78.82%-
HSV(B)334.88º35.25%95.69%-
XYZ59.2747.5857.1-
YUV187.82131.49168.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 194 (76.17% from 255) = 32.55%
R=40.94%
G=26.51%
B=32.55%

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
Decimal24415819400.350.200.04334.8879.6378.82
HexF49EC202314414f504f
Octal364236302043244517120117
Binary11110100100111101100001001000111010010010100111110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EC2; }

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

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

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

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

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

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

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

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