Shades of Shocking Pink #F902B7
Tints of Shocking Pink #F902B7
RGB
CMYK
RGB Variations
Color information
#F902B7 (or 0xF902B7) is known color: Shocking Pink. HEX triplet: F9, 02 and B7. RGB value is (249,2,183). Sum of RGB (Red+Green+Blue) = 249+2+183=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F902B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902B7 is #06FD48. Grayscale: #606060. Windows color (decimal): -458057 or 11993849. OLE color: 11993849.
HSL color Cylindrical-coordinate representation of color #F902B7: hue angle of 316.03º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F902B7 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.02 |
| HSL | 316.03º | 0.98% | 0.49% | - |
| HSV(B) | 316.03º | 0.99% | 0.98% | - |
| XYZ | 47.64 | 23.6 | 46.84 | - |
| YUV | 96.49 | 176.83 | 236.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 183 | 0 | 0.99 | 0.27 | 0.02 | 316.03 | 0.98 | 0.49 |
| Hex | F9 | 2 | B7 | 0 | 63 | 1B | 2 | 13C | 62 | 31 |
| Octal | 371 | 2 | 267 | 0 | 143 | 33 | 2 | 474 | 142 | 61 |
| Binary | 11111001 | 10 | 10110111 | 0 | 1100011 | 11011 | 10 | 100111100 | 1100010 | 110001 |
Color Harmonies of #F902B7
Complementary color
Monochromatic Colors of #F902B7
Black with #F902B7
Text Example
Text Example
White with #F902B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902B7; }
p { color: rgb(249,2,183); }
H1.HeaderClassName
{
color: #F902B7;
}
.AnyTagClassName
{
color: #F902B7;
}
</style>
background-color css
<style>
a { background-color: #F902B7; }
a { background-color: rgb(249,2,183); }
div.DivClassName
{
background-color: #F902B7;
}
.BgClassName
{
background-color: #F902B7;
}
</style>
border-color css
<style>
span { border-color: #F902B7; }
span { border-color: rgb(249,2,183); }
td.TdClassName
{
border-color: #F902B7;
}
.TagClassName
{
border-color: #F902B7;
}
</style>