#F49CC5

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

Shades of Shocking #F49CC5

Tints of Shocking #F49CC5

Color information

#F49CC5 (or 0xF49CC5) is unknown color: approx Shocking. HEX triplet: F4, 9C and C5. RGB value is (244,156,197). Sum of RGB (Red+Green+Blue) = 244+156+197=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CC5 is #0B633A. Grayscale: #BABABA. Windows color (decimal): -746299 or 12950772. OLE color: 12950772.

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

Color convert

RGB244156197-
CMYK00.360.190.04
HSL332.05º80%78.43%-
HSV(B)332.05º36.07%95.69%-
XYZ59.2747.0458.78-
YUV186.99133.65168.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 156 (61.33% from 255) = 26.13%
BLUE value IS 197 (77.34% from 255) = 33.00%
R=40.87%
G=26.13%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415619700.360.190.04332.058078.43
HexF49CC502413414c504e
Octal364234305044234514120116
Binary11110100100111001100010101001001001110010100110010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CC5; }

 p { color: rgb(244,156,197); }

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

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

 a { background-color: rgb(244,156,197); }

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

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

 span { border-color: rgb(244,156,197); }

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