Shades of Shocking Pink #F902BE
Tints of Shocking Pink #F902BE
RGB
CMYK
RGB Variations
Color information
#F902BE (or 0xF902BE) is known color: Shocking Pink. HEX triplet: F9, 02 and BE. RGB value is (249,2,190). Sum of RGB (Red+Green+Blue) = 249+2+190=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F902BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F902BE is #06FD41. Grayscale: #606060. Windows color (decimal): -458050 or 12452601. OLE color: 12452601.
HSL color Cylindrical-coordinate representation of color #F902BE: hue angle of 314.33º 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 #F902BE is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.02 |
| HSL | 314.33º | 0.98% | 0.49% | - |
| HSV(B) | 314.33º | 0.99% | 0.98% | - |
| XYZ | 48.38 | 23.9 | 50.78 | - |
| YUV | 97.29 | 180.33 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 190 | 0 | 0.99 | 0.24 | 0.02 | 314.33 | 0.98 | 0.49 |
| Hex | F9 | 2 | BE | 0 | 63 | 18 | 2 | 13A | 62 | 31 |
| Octal | 371 | 2 | 276 | 0 | 143 | 30 | 2 | 472 | 142 | 61 |
| Binary | 11111001 | 10 | 10111110 | 0 | 1100011 | 11000 | 10 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F902BE
Complementary color
Monochromatic Colors of #F902BE
Black with #F902BE
Text Example
Text Example
White with #F902BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F902BE; }
p { color: rgb(249,2,190); }
H1.HeaderClassName
{
color: #F902BE;
}
.AnyTagClassName
{
color: #F902BE;
}
</style>
background-color css
<style>
a { background-color: #F902BE; }
a { background-color: rgb(249,2,190); }
div.DivClassName
{
background-color: #F902BE;
}
.BgClassName
{
background-color: #F902BE;
}
</style>
border-color css
<style>
span { border-color: #F902BE; }
span { border-color: rgb(249,2,190); }
td.TdClassName
{
border-color: #F902BE;
}
.TagClassName
{
border-color: #F902BE;
}
</style>