Shades of Shocking Pink #F905B5
Tints of Shocking Pink #F905B5
RGB
CMYK
RGB Variations
Color information
#F905B5 (or 0xF905B5) is known color: Shocking Pink. HEX triplet: F9, 05 and B5. RGB value is (249,5,181). Sum of RGB (Red+Green+Blue) = 249+5+181=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F905B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905B5 is #06FA4A. Grayscale: #616161. Windows color (decimal): -457291 or 11863545. OLE color: 11863545.
HSL color Cylindrical-coordinate representation of color #F905B5: hue angle of 316.72º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F905B5 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.02 |
| HSL | 316.72º | 0.96% | 0.5% | - |
| HSV(B) | 316.72º | 0.98% | 0.98% | - |
| XYZ | 47.46 | 23.58 | 45.77 | - |
| YUV | 98.02 | 174.84 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 181 | 0 | 0.98 | 0.27 | 0.02 | 316.72 | 0.96 | 0.5 |
| Hex | F9 | 5 | B5 | 0 | 62 | 1B | 2 | 13D | 60 | 32 |
| Octal | 371 | 5 | 265 | 0 | 142 | 33 | 2 | 475 | 140 | 62 |
| Binary | 11111001 | 101 | 10110101 | 0 | 1100010 | 11011 | 10 | 100111101 | 1100000 | 110010 |
Color Harmonies of #F905B5
Complementary color
Monochromatic Colors of #F905B5
Black with #F905B5
Text Example
Text Example
White with #F905B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905B5; }
p { color: rgb(249,5,181); }
H1.HeaderClassName
{
color: #F905B5;
}
.AnyTagClassName
{
color: #F905B5;
}
</style>
background-color css
<style>
a { background-color: #F905B5; }
a { background-color: rgb(249,5,181); }
div.DivClassName
{
background-color: #F905B5;
}
.BgClassName
{
background-color: #F905B5;
}
</style>
border-color css
<style>
span { border-color: #F905B5; }
span { border-color: rgb(249,5,181); }
td.TdClassName
{
border-color: #F905B5;
}
.TagClassName
{
border-color: #F905B5;
}
</style>