Shades of Shocking Pink #F908B8
Tints of Shocking Pink #F908B8
RGB
CMYK
RGB Variations
Color information
#F908B8 (or 0xF908B8) is known color: Shocking Pink. HEX triplet: F9, 08 and B8. RGB value is (249,8,184). Sum of RGB (Red+Green+Blue) = 249+8+184=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F908B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908B8 is #06F747. Grayscale: #636363. Windows color (decimal): -456520 or 12060921. OLE color: 12060921.
HSL color Cylindrical-coordinate representation of color #F908B8: hue angle of 316.18º 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 #F908B8 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 184 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.02 |
| HSL | 316.18º | 0.95% | 0.5% | - |
| HSV(B) | 316.18º | 0.97% | 0.98% | - |
| XYZ | 47.81 | 23.77 | 47.42 | - |
| YUV | 100.12 | 175.34 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 184 | 0 | 0.97 | 0.26 | 0.02 | 316.18 | 0.95 | 0.5 |
| Hex | F9 | 8 | B8 | 0 | 61 | 1A | 2 | 13C | 5F | 32 |
| Octal | 371 | 10 | 270 | 0 | 141 | 32 | 2 | 474 | 137 | 62 |
| Binary | 11111001 | 1000 | 10111000 | 0 | 1100001 | 11010 | 10 | 100111100 | 1011111 | 110010 |
Color Harmonies of #F908B8
Complementary color
Monochromatic Colors of #F908B8
Black with #F908B8
Text Example
Text Example
White with #F908B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908B8; }
p { color: rgb(249,8,184); }
H1.HeaderClassName
{
color: #F908B8;
}
.AnyTagClassName
{
color: #F908B8;
}
</style>
background-color css
<style>
a { background-color: #F908B8; }
a { background-color: rgb(249,8,184); }
div.DivClassName
{
background-color: #F908B8;
}
.BgClassName
{
background-color: #F908B8;
}
</style>
border-color css
<style>
span { border-color: #F908B8; }
span { border-color: rgb(249,8,184); }
td.TdClassName
{
border-color: #F908B8;
}
.TagClassName
{
border-color: #F908B8;
}
</style>