#F49BBC

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

Shades of Shocking #F49BBC

Tints of Shocking #F49BBC

Color information

#F49BBC (or 0xF49BBC) is unknown color: approx Shocking. HEX triplet: F4, 9B and BC. RGB value is (244,155,188). Sum of RGB (Red+Green+Blue) = 244+155+188=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49BBC is #0B6443. Grayscale: #B9B9B9. Windows color (decimal): -746564 or 12360692. OLE color: 12360692.

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

Color convert

RGB244155188-
CMYK00.360.230.04
HSL337.75º80.18%78.24%-
HSV(B)337.75º36.48%95.69%-
XYZ58.1146.3153.45-
YUV185.37129.49169.82-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 155 (60.94% from 255) = 26.41%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=41.57%
G=26.41%
B=32.03%

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
Decimal24415518800.360.230.04337.7580.1878.24
HexF49BBC024174152504e
Octal364233274044274522120116
Binary11110100100110111011110001001001011110010101001010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49BBC; }

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

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

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

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

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

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

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

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