#F49BC7

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

Shades of Shocking #F49BC7

Tints of Shocking #F49BC7

Color information

#F49BC7 (or 0xF49BC7) is unknown color: approx Shocking. HEX triplet: F4, 9B and C7. RGB value is (244,155,199). Sum of RGB (Red+Green+Blue) = 244+155+199=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BC7 is #0B6438. Grayscale: #BABABA. Windows color (decimal): -746553 or 13081588. OLE color: 13081588.

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

Color convert

RGB244155199-
CMYK00.360.180.04
HSL330.34º80.18%78.24%-
HSV(B)330.34º36.48%95.69%-
XYZ59.3446.859.94-
YUV186.63134.99168.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.80%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 199 (78.12% from 255) = 33.28%
R=40.80%
G=25.92%
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
Decimal24415519900.360.180.04330.3480.1878.24
HexF49BC702412414a504e
Octal364233307044224512120116
Binary11110100100110111100011101001001001010010100101010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BC7; }

 p { color: rgb(244,155,199); }

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

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

 a { background-color: rgb(244,155,199); }

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

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

 span { border-color: rgb(244,155,199); }

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