#F19BBB

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

Shades of Shocking #F19BBB

Tints of Shocking #F19BBB

Color information

#F19BBB (or 0xF19BBB) is unknown color: approx Shocking. HEX triplet: F1, 9B and BB. RGB value is (241,155,187). Sum of RGB (Red+Green+Blue) = 241+155+187=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BBB is #0E6444. Grayscale: #B8B8B8. Windows color (decimal): -943173 or 12295153. OLE color: 12295153.

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

Color convert

RGB241155187-
CMYK00.360.220.05
HSL337.67º75.44%77.65%-
HSV(B)337.67º35.68%94.51%-
XYZ56.9745.7352.84-
YUV184.36129.49168.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.34%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=41.34%
G=26.59%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115518700.360.220.05337.6775.4477.65
HexF19BBB0241651524b4e
Octal361233273044265522113116
Binary11110001100110111011101101001001011010110101001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BBB; }

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

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

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

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

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

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

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

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