Shades of Shocking Pink #F201BD
Tints of Shocking Pink #F201BD
RGB
CMYK
RGB Variations
Color information
#F201BD (or 0xF201BD) is known color: Shocking Pink. HEX triplet: F2, 01 and BD. RGB value is (242,1,189). Sum of RGB (Red+Green+Blue) = 242+1+189=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F201BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201BD is #0DFE42. Grayscale: #5D5D5D. Windows color (decimal): -917059 or 12386802. OLE color: 12386802.
HSL color Cylindrical-coordinate representation of color #F201BD: hue angle of 313.2º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F201BD is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.05 |
| HSL | 313.2º | 0.99% | 0.48% | - |
| HSV(B) | 313.2º | 1% | 0.95% | - |
| XYZ | 45.81 | 22.57 | 50.09 | - |
| YUV | 94.49 | 181.34 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 189 | 0 | 1.00 | 0.22 | 0.05 | 313.2 | 0.99 | 0.48 |
| Hex | F2 | 1 | BD | 0 | 64 | 16 | 5 | 139 | 63 | 30 |
| Octal | 362 | 1 | 275 | 0 | 144 | 26 | 5 | 471 | 143 | 60 |
| Binary | 11110010 | 1 | 10111101 | 0 | 1100100 | 10110 | 101 | 100111001 | 1100011 | 110000 |
Color Harmonies of #F201BD
Complementary color
Monochromatic Colors of #F201BD
Black with #F201BD
Text Example
Text Example
White with #F201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201BD; }
p { color: rgb(242,1,189); }
H1.HeaderClassName
{
color: #F201BD;
}
.AnyTagClassName
{
color: #F201BD;
}
</style>
background-color css
<style>
a { background-color: #F201BD; }
a { background-color: rgb(242,1,189); }
div.DivClassName
{
background-color: #F201BD;
}
.BgClassName
{
background-color: #F201BD;
}
</style>
border-color css
<style>
span { border-color: #F201BD; }
span { border-color: rgb(242,1,189); }
td.TdClassName
{
border-color: #F201BD;
}
.TagClassName
{
border-color: #F201BD;
}
</style>