Shades of Shocking Pink #F203B4
Tints of Shocking Pink #F203B4
RGB
CMYK
RGB Variations
Color information
#F203B4 (or 0xF203B4) is known color: Shocking Pink. HEX triplet: F2, 03 and B4. RGB value is (242,3,180). Sum of RGB (Red+Green+Blue) = 242+3+180=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F203B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203B4 is #0DFC4B. Grayscale: #5E5E5E. Windows color (decimal): -916556 or 11797490. OLE color: 11797490.
HSL color Cylindrical-coordinate representation of color #F203B4: hue angle of 315.56º 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 #F203B4 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.05 |
| HSL | 315.56º | 0.98% | 0.48% | - |
| HSV(B) | 315.56º | 0.99% | 0.95% | - |
| XYZ | 44.89 | 22.24 | 45.11 | - |
| YUV | 94.64 | 176.18 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 180 | 0 | 0.99 | 0.26 | 0.05 | 315.56 | 0.98 | 0.48 |
| Hex | F2 | 3 | B4 | 0 | 63 | 1A | 5 | 13C | 62 | 30 |
| Octal | 362 | 3 | 264 | 0 | 143 | 32 | 5 | 474 | 142 | 60 |
| Binary | 11110010 | 11 | 10110100 | 0 | 1100011 | 11010 | 101 | 100111100 | 1100010 | 110000 |
Color Harmonies of #F203B4
Complementary color
Monochromatic Colors of #F203B4
Black with #F203B4
Text Example
Text Example
White with #F203B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203B4; }
p { color: rgb(242,3,180); }
H1.HeaderClassName
{
color: #F203B4;
}
.AnyTagClassName
{
color: #F203B4;
}
</style>
background-color css
<style>
a { background-color: #F203B4; }
a { background-color: rgb(242,3,180); }
div.DivClassName
{
background-color: #F203B4;
}
.BgClassName
{
background-color: #F203B4;
}
</style>
border-color css
<style>
span { border-color: #F203B4; }
span { border-color: rgb(242,3,180); }
td.TdClassName
{
border-color: #F203B4;
}
.TagClassName
{
border-color: #F203B4;
}
</style>