#F49DC8

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

Shades of Shocking #F49DC8

Tints of Shocking #F49DC8

Color information

#F49DC8 (or 0xF49DC8) is unknown color: approx Shocking. HEX triplet: F4, 9D and C8. RGB value is (244,157,200). Sum of RGB (Red+Green+Blue) = 244+157+200=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DC8 is #0B6237. Grayscale: #BBBBBB. Windows color (decimal): -746040 or 13147636. OLE color: 13147636.

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

Color convert

RGB244157200-
CMYK00.360.180.04
HSL330.34º79.82%78.63%-
HSV(B)330.34º35.66%95.69%-
XYZ59.7947.5260.66-
YUV187.92134.82168-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=40.60%
G=26.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415720000.360.180.04330.3479.8278.63
HexF49DC802412414a504f
Octal364235310044224512120117
Binary11110100100111011100100001001001001010010100101010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DC8; }

 p { color: rgb(244,157,200); }

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

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

 a { background-color: rgb(244,157,200); }

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

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

 span { border-color: rgb(244,157,200); }

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