#F49ACC

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

Shades of Shocking #F49ACC

Tints of Shocking #F49ACC

Color information

#F49ACC (or 0xF49ACC) is unknown color: approx Shocking. HEX triplet: F4, 9A and CC. RGB value is (244,154,204). Sum of RGB (Red+Green+Blue) = 244+154+204=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F49ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49ACC is #0B6533. Grayscale: #BABABA. Windows color (decimal): -746804 or 13409012. OLE color: 13409012.

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

Color convert

RGB244154204-
CMYK00.370.160.04
HSL326.67º80.36%78.04%-
HSV(B)326.67º36.89%95.69%-
XYZ59.7646.762.99-
YUV186.61137.82168.93-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.53%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=40.53%
G=25.58%
B=33.89%

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
Decimal24415420400.370.160.04326.6780.3678.04
HexF49ACC025104147504e
Octal364232314045204507120116
Binary11110100100110101100110001001011000010010100011110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49ACC; }

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

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

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

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

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

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

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

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