Shades of Shocking #F08FBA
Tints of Shocking #F08FBA
RGB
CMYK
RGB Variations
Color information
#F08FBA (or 0xF08FBA) is known color: Shocking. HEX triplet: F0, 8F and BA. RGB value is (240,143,186). Sum of RGB (Red+Green+Blue) = 240+143+186=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FBA is #0F7045. Grayscale: #B0B0B0. Windows color (decimal): -1011782 or 12226544. OLE color: 12226544.
HSL color Cylindrical-coordinate representation of color #F08FBA: hue angle of 333.4º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FBA is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 186 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.06 |
| HSL | 333.4º | 0.76% | 0.75% | - |
| HSV(B) | 333.4º | 0.4% | 0.94% | - |
| XYZ | 54.62 | 41.72 | 51.63 | - |
| YUV | 176.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 186 | 0 | 0.40 | 0.22 | 0.06 | 333.4 | 0.76 | 0.75 |
| Hex | F0 | 8F | BA | 0 | 28 | 16 | 6 | 14D | 4C | 4B |
| Octal | 360 | 217 | 272 | 0 | 50 | 26 | 6 | 515 | 114 | 113 |
| Binary | 11110000 | 10001111 | 10111010 | 0 | 101000 | 10110 | 110 | 101001101 | 1001100 | 1001011 |
Color Harmonies of #F08FBA
Complementary color
Monochromatic Colors of #F08FBA
Black with #F08FBA
Text Example
Text Example
White with #F08FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FBA; }
p { color: rgb(240,143,186); }
H1.HeaderClassName
{
color: #F08FBA;
}
.AnyTagClassName
{
color: #F08FBA;
}
</style>
background-color css
<style>
a { background-color: #F08FBA; }
a { background-color: rgb(240,143,186); }
div.DivClassName
{
background-color: #F08FBA;
}
.BgClassName
{
background-color: #F08FBA;
}
</style>
border-color css
<style>
span { border-color: #F08FBA; }
span { border-color: rgb(240,143,186); }
td.TdClassName
{
border-color: #F08FBA;
}
.TagClassName
{
border-color: #F08FBA;
}
</style>