Shades of Shocking #F18DBB
Tints of Shocking #F18DBB
RGB
CMYK
RGB Variations
Color information
#F18DBB (or 0xF18DBB) is known color: Shocking. HEX triplet: F1, 8D and BB. RGB value is (241,141,187). Sum of RGB (Red+Green+Blue) = 241+141+187=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DBB is #0E7244. Grayscale: #B0B0B0. Windows color (decimal): -946757 or 12291569. OLE color: 12291569.
HSL color Cylindrical-coordinate representation of color #F18DBB: hue angle of 332.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DBB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 187 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.05 |
| HSL | 332.4º | 0.78% | 0.75% | - |
| HSV(B) | 332.4º | 0.41% | 0.95% | - |
| XYZ | 54.77 | 41.34 | 52.11 | - |
| YUV | 176.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 187 | 0 | 0.41 | 0.22 | 0.05 | 332.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | BB | 0 | 29 | 16 | 5 | 14C | 4E | 4B |
| Octal | 361 | 215 | 273 | 0 | 51 | 26 | 5 | 514 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10111011 | 0 | 101001 | 10110 | 101 | 101001100 | 1001110 | 1001011 |
Color Harmonies of #F18DBB
Complementary color
Monochromatic Colors of #F18DBB
Black with #F18DBB
Text Example
Text Example
White with #F18DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DBB; }
p { color: rgb(241,141,187); }
H1.HeaderClassName
{
color: #F18DBB;
}
.AnyTagClassName
{
color: #F18DBB;
}
</style>
background-color css
<style>
a { background-color: #F18DBB; }
a { background-color: rgb(241,141,187); }
div.DivClassName
{
background-color: #F18DBB;
}
.BgClassName
{
background-color: #F18DBB;
}
</style>
border-color css
<style>
span { border-color: #F18DBB; }
span { border-color: rgb(241,141,187); }
td.TdClassName
{
border-color: #F18DBB;
}
.TagClassName
{
border-color: #F18DBB;
}
</style>