Shades of Shocking #F18DBA
Tints of Shocking #F18DBA
RGB
CMYK
RGB Variations
Color information
#F18DBA (or 0xF18DBA) is known color: Shocking. HEX triplet: F1, 8D and BA. RGB value is (241,141,186). Sum of RGB (Red+Green+Blue) = 241+141+186=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DBA is #0E7245. Grayscale: #AFAFAF. Windows color (decimal): -946758 or 12226033. OLE color: 12226033.
HSL color Cylindrical-coordinate representation of color #F18DBA: hue angle of 333º 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 #F18DBA is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 186 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.05 |
| HSL | 333º | 0.78% | 0.75% | - |
| HSV(B) | 333º | 0.41% | 0.95% | - |
| XYZ | 54.66 | 41.3 | 51.54 | - |
| YUV | 176.03 | 133.63 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 186 | 0 | 0.41 | 0.23 | 0.05 | 333 | 0.78 | 0.75 |
| Hex | F1 | 8D | BA | 0 | 29 | 17 | 5 | 14D | 4E | 4B |
| Octal | 361 | 215 | 272 | 0 | 51 | 27 | 5 | 515 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10111010 | 0 | 101001 | 10111 | 101 | 101001101 | 1001110 | 1001011 |
Color Harmonies of #F18DBA
Complementary color
Monochromatic Colors of #F18DBA
Black with #F18DBA
Text Example
Text Example
White with #F18DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DBA; }
p { color: rgb(241,141,186); }
H1.HeaderClassName
{
color: #F18DBA;
}
.AnyTagClassName
{
color: #F18DBA;
}
</style>
background-color css
<style>
a { background-color: #F18DBA; }
a { background-color: rgb(241,141,186); }
div.DivClassName
{
background-color: #F18DBA;
}
.BgClassName
{
background-color: #F18DBA;
}
</style>
border-color css
<style>
span { border-color: #F18DBA; }
span { border-color: rgb(241,141,186); }
td.TdClassName
{
border-color: #F18DBA;
}
.TagClassName
{
border-color: #F18DBA;
}
</style>