#F199BB

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

Shades of Shocking #F199BB

Tints of Shocking #F199BB

Color information

#F199BB (or 0xF199BB) is unknown color: approx Shocking. HEX triplet: F1, 99 and BB. RGB value is (241,153,187). Sum of RGB (Red+Green+Blue) = 241+153+187=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F199BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199BB is #0E6644. Grayscale: #B7B7B7. Windows color (decimal): -943685 or 12294641. OLE color: 12294641.

HSL color Cylindrical-coordinate representation of color #F199BB: hue angle of 336.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199BB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241153187-
CMYK00.370.220.05
HSL336.82º75.86%77.25%-
HSV(B)336.82º36.51%94.51%-
XYZ56.6445.0752.73-
YUV183.19130.15169.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 153 (60.16% from 255) = 26.33%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=41.48%
G=26.33%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115318700.370.220.05336.8275.8677.25
HexF199BB0251651514c4d
Octal361231273045265521114115
Binary11110001100110011011101101001011011010110101000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F199BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F199BB; }

 p { color: rgb(241,153,187); }

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

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

 a { background-color: rgb(241,153,187); }

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

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

 span { border-color: rgb(241,153,187); }

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