Shades of Shocking #F19BBD
Tints of Shocking #F19BBD
RGB
CMYK
RGB Variations
Color information
#F19BBD (or 0xF19BBD) is known color: Shocking. HEX triplet: F1, 9B and BD. RGB value is (241,155,189). Sum of RGB (Red+Green+Blue) = 241+155+189=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BBD is #0E6442. Grayscale: #B8B8B8. Windows color (decimal): -943171 or 12426225. OLE color: 12426225.
HSL color Cylindrical-coordinate representation of color #F19BBD: hue angle of 336.28º 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 #F19BBD is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 189 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.05 |
| HSL | 336.28º | 0.75% | 0.78% | - |
| HSV(B) | 336.28º | 0.36% | 0.95% | - |
| XYZ | 57.18 | 45.82 | 53.97 | - |
| YUV | 184.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 189 | 0 | 0.36 | 0.22 | 0.05 | 336.28 | 0.75 | 0.78 |
| Hex | F1 | 9B | BD | 0 | 24 | 16 | 5 | 150 | 4B | 4E |
| Octal | 361 | 233 | 275 | 0 | 44 | 26 | 5 | 520 | 113 | 116 |
| Binary | 11110001 | 10011011 | 10111101 | 0 | 100100 | 10110 | 101 | 101010000 | 1001011 | 1001110 |
Color Harmonies of #F19BBD
Complementary color
Monochromatic Colors of #F19BBD
Black with #F19BBD
Text Example
Text Example
White with #F19BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BBD; }
p { color: rgb(241,155,189); }
H1.HeaderClassName
{
color: #F19BBD;
}
.AnyTagClassName
{
color: #F19BBD;
}
</style>
background-color css
<style>
a { background-color: #F19BBD; }
a { background-color: rgb(241,155,189); }
div.DivClassName
{
background-color: #F19BBD;
}
.BgClassName
{
background-color: #F19BBD;
}
</style>
border-color css
<style>
span { border-color: #F19BBD; }
span { border-color: rgb(241,155,189); }
td.TdClassName
{
border-color: #F19BBD;
}
.TagClassName
{
border-color: #F19BBD;
}
</style>