Shades of Shocking Pink #F203B9
Tints of Shocking Pink #F203B9
RGB
CMYK
RGB Variations
Color information
#F203B9 (or 0xF203B9) is known color: Shocking Pink. HEX triplet: F2, 03 and B9. RGB value is (242,3,185). Sum of RGB (Red+Green+Blue) = 242+3+185=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F203B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203B9 is #0DFC46. Grayscale: #5E5E5E. Windows color (decimal): -916551 or 12125170. OLE color: 12125170.
HSL color Cylindrical-coordinate representation of color #F203B9: hue angle of 314.31º 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 #F203B9 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.05 |
| HSL | 314.31º | 0.98% | 0.48% | - |
| HSV(B) | 314.31º | 0.99% | 0.95% | - |
| XYZ | 45.41 | 22.45 | 47.84 | - |
| YUV | 95.21 | 178.68 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 185 | 0 | 0.99 | 0.24 | 0.05 | 314.31 | 0.98 | 0.48 |
| Hex | F2 | 3 | B9 | 0 | 63 | 18 | 5 | 13A | 62 | 30 |
| Octal | 362 | 3 | 271 | 0 | 143 | 30 | 5 | 472 | 142 | 60 |
| Binary | 11110010 | 11 | 10111001 | 0 | 1100011 | 11000 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F203B9
Complementary color
Monochromatic Colors of #F203B9
Black with #F203B9
Text Example
Text Example
White with #F203B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203B9; }
p { color: rgb(242,3,185); }
H1.HeaderClassName
{
color: #F203B9;
}
.AnyTagClassName
{
color: #F203B9;
}
</style>
background-color css
<style>
a { background-color: #F203B9; }
a { background-color: rgb(242,3,185); }
div.DivClassName
{
background-color: #F203B9;
}
.BgClassName
{
background-color: #F203B9;
}
</style>
border-color css
<style>
span { border-color: #F203B9; }
span { border-color: rgb(242,3,185); }
td.TdClassName
{
border-color: #F203B9;
}
.TagClassName
{
border-color: #F203B9;
}
</style>