#F19FBF

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

Shades of Shocking #F19FBF

Tints of Shocking #F19FBF

Color information

#F19FBF (or 0xF19FBF) is unknown color: approx Shocking. HEX triplet: F1, 9F and BF. RGB value is (241,159,191). Sum of RGB (Red+Green+Blue) = 241+159+191=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FBF is #0E6040. Grayscale: #BBBBBB. Windows color (decimal): -942145 or 12558321. OLE color: 12558321.

HSL color Cylindrical-coordinate representation of color #F19FBF: hue angle of 336.59º 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 #F19FBF is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241159191-
CMYK00.340.210.05
HSL336.59º74.55%78.43%-
HSV(B)336.59º34.02%94.51%-
XYZ58.0847.2655.35-
YUV187.17130.17166.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 191 (75% from 255) = 32.32%
R=40.78%
G=26.90%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115919100.340.210.05336.5974.5578.43
HexF19FBF0221551514b4e
Octal361237277042255521113116
Binary11110001100111111011111101000101010110110101000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FBF; }

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

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

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

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

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

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

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

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