Shades of Shocking Pink #F201BB
Tints of Shocking Pink #F201BB
RGB
CMYK
RGB Variations
Color information
#F201BB (or 0xF201BB) is known color: Shocking Pink. HEX triplet: F2, 01 and BB. RGB value is (242,1,187). Sum of RGB (Red+Green+Blue) = 242+1+187=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F201BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201BB is #0DFE44. Grayscale: #5D5D5D. Windows color (decimal): -917061 or 12255730. OLE color: 12255730.
HSL color Cylindrical-coordinate representation of color #F201BB: hue angle of 313.69º 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 #F201BB is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.05 |
| HSL | 313.69º | 0.99% | 0.48% | - |
| HSV(B) | 313.69º | 1% | 0.95% | - |
| XYZ | 45.6 | 22.49 | 48.95 | - |
| YUV | 94.26 | 180.34 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 187 | 0 | 1.00 | 0.23 | 0.05 | 313.69 | 0.99 | 0.48 |
| Hex | F2 | 1 | BB | 0 | 64 | 17 | 5 | 13A | 63 | 30 |
| Octal | 362 | 1 | 273 | 0 | 144 | 27 | 5 | 472 | 143 | 60 |
| Binary | 11110010 | 1 | 10111011 | 0 | 1100100 | 10111 | 101 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F201BB
Complementary color
Monochromatic Colors of #F201BB
Black with #F201BB
Text Example
Text Example
White with #F201BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201BB; }
p { color: rgb(242,1,187); }
H1.HeaderClassName
{
color: #F201BB;
}
.AnyTagClassName
{
color: #F201BB;
}
</style>
background-color css
<style>
a { background-color: #F201BB; }
a { background-color: rgb(242,1,187); }
div.DivClassName
{
background-color: #F201BB;
}
.BgClassName
{
background-color: #F201BB;
}
</style>
border-color css
<style>
span { border-color: #F201BB; }
span { border-color: rgb(242,1,187); }
td.TdClassName
{
border-color: #F201BB;
}
.TagClassName
{
border-color: #F201BB;
}
</style>