#F19FBB

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

Shades of Shocking #F19FBB

Tints of Shocking #F19FBB

Color information

#F19FBB (or 0xF19FBB) is unknown color: approx Shocking. HEX triplet: F1, 9F and BB. RGB value is (241,159,187). Sum of RGB (Red+Green+Blue) = 241+159+187=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBB is #0E6044. Grayscale: #BABABA. Windows color (decimal): -942149 or 12296177. OLE color: 12296177.

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

Color convert

RGB241159187-
CMYK00.340.220.05
HSL339.51º74.55%78.43%-
HSV(B)339.51º34.02%94.51%-
XYZ57.6447.0853.06-
YUV186.71128.17166.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=41.06%
G=27.09%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115918700.340.220.05339.5174.5578.43
HexF19FBB0221651544b4e
Octal361237273042265524113116
Binary11110001100111111011101101000101011010110101010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FBB; }

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

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

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

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

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

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

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

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