Shades of Shocking Pink #F202B9
Tints of Shocking Pink #F202B9
RGB
CMYK
RGB Variations
Color information
#F202B9 (or 0xF202B9) is known color: Shocking Pink. HEX triplet: F2, 02 and B9. RGB value is (242,2,185). Sum of RGB (Red+Green+Blue) = 242+2+185=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F202B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F202B9 is #0DFD46. Grayscale: #5E5E5E. Windows color (decimal): -916807 or 12124914. OLE color: 12124914.
HSL color Cylindrical-coordinate representation of color #F202B9: hue angle of 314.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F202B9 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.05 |
| HSL | 314.25º | 0.98% | 0.48% | - |
| HSV(B) | 314.25º | 0.99% | 0.95% | - |
| XYZ | 45.4 | 22.42 | 47.83 | - |
| YUV | 94.62 | 179.01 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 185 | 0 | 0.99 | 0.24 | 0.05 | 314.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | B9 | 0 | 63 | 18 | 5 | 13A | 62 | 30 |
| Octal | 362 | 2 | 271 | 0 | 143 | 30 | 5 | 472 | 142 | 60 |
| Binary | 11110010 | 10 | 10111001 | 0 | 1100011 | 11000 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F202B9
Complementary color
Monochromatic Colors of #F202B9
Black with #F202B9
Text Example
Text Example
White with #F202B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F202B9; }
p { color: rgb(242,2,185); }
H1.HeaderClassName
{
color: #F202B9;
}
.AnyTagClassName
{
color: #F202B9;
}
</style>
background-color css
<style>
a { background-color: #F202B9; }
a { background-color: rgb(242,2,185); }
div.DivClassName
{
background-color: #F202B9;
}
.BgClassName
{
background-color: #F202B9;
}
</style>
border-color css
<style>
span { border-color: #F202B9; }
span { border-color: rgb(242,2,185); }
td.TdClassName
{
border-color: #F202B9;
}
.TagClassName
{
border-color: #F202B9;
}
</style>