Shades of Shocking Pink #F301B7
Tints of Shocking Pink #F301B7
RGB
CMYK
RGB Variations
Color information
#F301B7 (or 0xF301B7) is known color: Shocking Pink. HEX triplet: F3, 01 and B7. RGB value is (243,1,183). Sum of RGB (Red+Green+Blue) = 243+1+183=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B7 is #0CFE48. Grayscale: #5D5D5D. Windows color (decimal): -851529 or 11993587. OLE color: 11993587.
HSL color Cylindrical-coordinate representation of color #F301B7: hue angle of 314.88º 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 #F301B7 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.05 |
| HSL | 314.88º | 0.99% | 0.48% | - |
| HSV(B) | 314.88º | 1% | 0.95% | - |
| XYZ | 45.52 | 22.5 | 46.74 | - |
| YUV | 94.11 | 178.17 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 183 | 0 | 1.00 | 0.25 | 0.05 | 314.88 | 0.99 | 0.48 |
| Hex | F3 | 1 | B7 | 0 | 64 | 19 | 5 | 13B | 63 | 30 |
| Octal | 363 | 1 | 267 | 0 | 144 | 31 | 5 | 473 | 143 | 60 |
| Binary | 11110011 | 1 | 10110111 | 0 | 1100100 | 11001 | 101 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F301B7
Complementary color
Monochromatic Colors of #F301B7
Black with #F301B7
Text Example
Text Example
White with #F301B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301B7; }
p { color: rgb(243,1,183); }
H1.HeaderClassName
{
color: #F301B7;
}
.AnyTagClassName
{
color: #F301B7;
}
</style>
background-color css
<style>
a { background-color: #F301B7; }
a { background-color: rgb(243,1,183); }
div.DivClassName
{
background-color: #F301B7;
}
.BgClassName
{
background-color: #F301B7;
}
</style>
border-color css
<style>
span { border-color: #F301B7; }
span { border-color: rgb(243,1,183); }
td.TdClassName
{
border-color: #F301B7;
}
.TagClassName
{
border-color: #F301B7;
}
</style>