Shades of Shocking Pink #F201B7
Tints of Shocking Pink #F201B7
RGB
CMYK
RGB Variations
Color information
#F201B7 (or 0xF201B7) is known color: Shocking Pink. HEX triplet: F2, 01 and B7. RGB value is (242,1,183). Sum of RGB (Red+Green+Blue) = 242+1+183=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F201B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F201B7 is #0DFE48. Grayscale: #5D5D5D. Windows color (decimal): -917065 or 11993586. OLE color: 11993586.
HSL color Cylindrical-coordinate representation of color #F201B7: hue angle of 314.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 #F201B7 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.05 |
| HSL | 314.69º | 0.99% | 0.48% | - |
| HSV(B) | 314.69º | 1% | 0.95% | - |
| XYZ | 45.18 | 22.32 | 46.73 | - |
| YUV | 93.81 | 178.34 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 183 | 0 | 1.00 | 0.24 | 0.05 | 314.69 | 0.99 | 0.48 |
| Hex | F2 | 1 | B7 | 0 | 64 | 18 | 5 | 13B | 63 | 30 |
| Octal | 362 | 1 | 267 | 0 | 144 | 30 | 5 | 473 | 143 | 60 |
| Binary | 11110010 | 1 | 10110111 | 0 | 1100100 | 11000 | 101 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F201B7
Complementary color
Monochromatic Colors of #F201B7
Black with #F201B7
Text Example
Text Example
White with #F201B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F201B7; }
p { color: rgb(242,1,183); }
H1.HeaderClassName
{
color: #F201B7;
}
.AnyTagClassName
{
color: #F201B7;
}
</style>
background-color css
<style>
a { background-color: #F201B7; }
a { background-color: rgb(242,1,183); }
div.DivClassName
{
background-color: #F201B7;
}
.BgClassName
{
background-color: #F201B7;
}
</style>
border-color css
<style>
span { border-color: #F201B7; }
span { border-color: rgb(242,1,183); }
td.TdClassName
{
border-color: #F201B7;
}
.TagClassName
{
border-color: #F201B7;
}
</style>