#F49ACE

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

Shades of Shocking #F49ACE

Tints of Shocking #F49ACE

Color information

#F49ACE (or 0xF49ACE) is unknown color: approx Shocking. HEX triplet: F4, 9A and CE. RGB value is (244,154,206). Sum of RGB (Red+Green+Blue) = 244+154+206=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ACE is #0B6531. Grayscale: #BABABA. Windows color (decimal): -746802 or 13540084. OLE color: 13540084.

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

Color convert

RGB244154206-
CMYK00.370.160.04
HSL325.33º80.36%78.04%-
HSV(B)325.33º36.89%95.69%-
XYZ6046.864.26-
YUV186.84138.82168.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 154 (60.55% from 255) = 25.50%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=40.40%
G=25.50%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415420600.370.160.04325.3380.3678.04
HexF49ACE025104145504e
Octal364232316045204505120116
Binary11110100100110101100111001001011000010010100010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49ACE; }

 p { color: rgb(244,154,206); }

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

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

 a { background-color: rgb(244,154,206); }

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

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

 span { border-color: rgb(244,154,206); }

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