#F49CBB

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

Shades of Shocking #F49CBB

Tints of Shocking #F49CBB

Color information

#F49CBB (or 0xF49CBB) is unknown color: approx Shocking. HEX triplet: F4, 9C and BB. RGB value is (244,156,187). Sum of RGB (Red+Green+Blue) = 244+156+187=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CBB is #0B6344. Grayscale: #B9B9B9. Windows color (decimal): -746309 or 12295412. OLE color: 12295412.

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

Color convert

RGB244156187-
CMYK00.360.230.04
HSL338.86º80%78.43%-
HSV(B)338.86º36.07%95.69%-
XYZ58.1746.652.94-
YUV185.85128.65169.48-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=41.57%
G=26.58%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415618700.360.230.04338.868078.43
HexF49CBB024174153504e
Octal364234273044274523120116
Binary11110100100111001011101101001001011110010101001110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CBB; }

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

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

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

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

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

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

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

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