Shades of Shocking Pink #F203BE
Tints of Shocking Pink #F203BE
RGB
CMYK
RGB Variations
Color information
#F203BE (or 0xF203BE) is known color: Shocking Pink. HEX triplet: F2, 03 and BE. RGB value is (242,3,190). Sum of RGB (Red+Green+Blue) = 242+3+190=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F203BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203BE is #0DFC41. Grayscale: #5F5F5F. Windows color (decimal): -916546 or 12452850. OLE color: 12452850.
HSL color Cylindrical-coordinate representation of color #F203BE: hue angle of 313.05º 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 #F203BE is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.05 |
| HSL | 313.05º | 0.98% | 0.48% | - |
| HSV(B) | 313.05º | 0.99% | 0.95% | - |
| XYZ | 45.94 | 22.66 | 50.67 | - |
| YUV | 95.78 | 181.18 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 190 | 0 | 0.99 | 0.21 | 0.05 | 313.05 | 0.98 | 0.48 |
| Hex | F2 | 3 | BE | 0 | 63 | 15 | 5 | 139 | 62 | 30 |
| Octal | 362 | 3 | 276 | 0 | 143 | 25 | 5 | 471 | 142 | 60 |
| Binary | 11110010 | 11 | 10111110 | 0 | 1100011 | 10101 | 101 | 100111001 | 1100010 | 110000 |
Color Harmonies of #F203BE
Complementary color
Monochromatic Colors of #F203BE
Black with #F203BE
Text Example
Text Example
White with #F203BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203BE; }
p { color: rgb(242,3,190); }
H1.HeaderClassName
{
color: #F203BE;
}
.AnyTagClassName
{
color: #F203BE;
}
</style>
background-color css
<style>
a { background-color: #F203BE; }
a { background-color: rgb(242,3,190); }
div.DivClassName
{
background-color: #F203BE;
}
.BgClassName
{
background-color: #F203BE;
}
</style>
border-color css
<style>
span { border-color: #F203BE; }
span { border-color: rgb(242,3,190); }
td.TdClassName
{
border-color: #F203BE;
}
.TagClassName
{
border-color: #F203BE;
}
</style>