Shades of Shocking Pink #F908B2
Tints of Shocking Pink #F908B2
RGB
CMYK
RGB Variations
Color information
#F908B2 (or 0xF908B2) is known color: Shocking Pink. HEX triplet: F9, 08 and B2. RGB value is (249,8,178). Sum of RGB (Red+Green+Blue) = 249+8+178=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F908B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F908B2 is #06F74D. Grayscale: #636363. Windows color (decimal): -456526 or 11667705. OLE color: 11667705.
HSL color Cylindrical-coordinate representation of color #F908B2: hue angle of 317.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 #F908B2 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 178 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.02 |
| HSL | 317.68º | 0.95% | 0.5% | - |
| HSV(B) | 317.68º | 0.97% | 0.98% | - |
| XYZ | 47.19 | 23.53 | 44.17 | - |
| YUV | 99.44 | 172.34 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 178 | 0 | 0.97 | 0.29 | 0.02 | 317.68 | 0.95 | 0.5 |
| Hex | F9 | 8 | B2 | 0 | 61 | 1D | 2 | 13E | 5F | 32 |
| Octal | 371 | 10 | 262 | 0 | 141 | 35 | 2 | 476 | 137 | 62 |
| Binary | 11111001 | 1000 | 10110010 | 0 | 1100001 | 11101 | 10 | 100111110 | 1011111 | 110010 |
Color Harmonies of #F908B2
Complementary color
Monochromatic Colors of #F908B2
Black with #F908B2
Text Example
Text Example
White with #F908B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908B2; }
p { color: rgb(249,8,178); }
H1.HeaderClassName
{
color: #F908B2;
}
.AnyTagClassName
{
color: #F908B2;
}
</style>
background-color css
<style>
a { background-color: #F908B2; }
a { background-color: rgb(249,8,178); }
div.DivClassName
{
background-color: #F908B2;
}
.BgClassName
{
background-color: #F908B2;
}
</style>
border-color css
<style>
span { border-color: #F908B2; }
span { border-color: rgb(249,8,178); }
td.TdClassName
{
border-color: #F908B2;
}
.TagClassName
{
border-color: #F908B2;
}
</style>