#F49EBE

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

Shades of Shocking #F49EBE

Tints of Shocking #F49EBE

Color information

#F49EBE (or 0xF49EBE) is unknown color: approx Shocking. HEX triplet: F4, 9E and BE. RGB value is (244,158,190). Sum of RGB (Red+Green+Blue) = 244+158+190=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EBE is #0B6141. Grayscale: #BBBBBB. Windows color (decimal): -745794 or 12492532. OLE color: 12492532.

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

Color convert

RGB244158190-
CMYK00.350.220.04
HSL337.67º79.63%78.82%-
HSV(B)337.67º35.25%95.69%-
XYZ58.8347.454.76-
YUV187.36129.49168.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.22%
GREEN value IS 158 (62.11% from 255) = 26.69%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=41.22%
G=26.69%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415819000.350.220.04337.6779.6378.82
HexF49EBE023164152504f
Octal364236276043264522120117
Binary11110100100111101011111001000111011010010101001010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EBE; }

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

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

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

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

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

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

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

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