Shades of Shocking Pink #F908BA
Tints of Shocking Pink #F908BA
RGB
CMYK
RGB Variations
Color information
#F908BA (or 0xF908BA) is known color: Shocking Pink. HEX triplet: F9, 08 and BA. RGB value is (249,8,186). Sum of RGB (Red+Green+Blue) = 249+8+186=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F908BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908BA is #06F745. Grayscale: #636363. Windows color (decimal): -456518 or 12191993. OLE color: 12191993.
HSL color Cylindrical-coordinate representation of color #F908BA: hue angle of 315.68º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908BA is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 186 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.02 |
| HSL | 315.68º | 0.95% | 0.5% | - |
| HSV(B) | 315.68º | 0.97% | 0.98% | - |
| XYZ | 48.02 | 23.86 | 48.53 | - |
| YUV | 100.35 | 176.34 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 186 | 0 | 0.97 | 0.25 | 0.02 | 315.68 | 0.95 | 0.5 |
| Hex | F9 | 8 | BA | 0 | 61 | 19 | 2 | 13C | 5F | 32 |
| Octal | 371 | 10 | 272 | 0 | 141 | 31 | 2 | 474 | 137 | 62 |
| Binary | 11111001 | 1000 | 10111010 | 0 | 1100001 | 11001 | 10 | 100111100 | 1011111 | 110010 |
Color Harmonies of #F908BA
Complementary color
Monochromatic Colors of #F908BA
Black with #F908BA
Text Example
Text Example
White with #F908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908BA; }
p { color: rgb(249,8,186); }
H1.HeaderClassName
{
color: #F908BA;
}
.AnyTagClassName
{
color: #F908BA;
}
</style>
background-color css
<style>
a { background-color: #F908BA; }
a { background-color: rgb(249,8,186); }
div.DivClassName
{
background-color: #F908BA;
}
.BgClassName
{
background-color: #F908BA;
}
</style>
border-color css
<style>
span { border-color: #F908BA; }
span { border-color: rgb(249,8,186); }
td.TdClassName
{
border-color: #F908BA;
}
.TagClassName
{
border-color: #F908BA;
}
</style>