Shades of Shocking Pink #F301BF
Tints of Shocking Pink #F301BF
RGB
CMYK
RGB Variations
Color information
#F301BF (or 0xF301BF) is known color: Shocking Pink. HEX triplet: F3, 01 and BF. RGB value is (243,1,191). Sum of RGB (Red+Green+Blue) = 243+1+191=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F301BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301BF is #0CFE40. Grayscale: #5E5E5E. Windows color (decimal): -851521 or 12517875. OLE color: 12517875.
HSL color Cylindrical-coordinate representation of color #F301BF: hue angle of 312.89º 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 #F301BF is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.05 |
| HSL | 312.89º | 0.99% | 0.48% | - |
| HSV(B) | 312.89º | 1% | 0.95% | - |
| XYZ | 46.38 | 22.84 | 51.25 | - |
| YUV | 95.02 | 182.17 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 191 | 0 | 1.00 | 0.21 | 0.05 | 312.89 | 0.99 | 0.48 |
| Hex | F3 | 1 | BF | 0 | 64 | 15 | 5 | 139 | 63 | 30 |
| Octal | 363 | 1 | 277 | 0 | 144 | 25 | 5 | 471 | 143 | 60 |
| Binary | 11110011 | 1 | 10111111 | 0 | 1100100 | 10101 | 101 | 100111001 | 1100011 | 110000 |
Color Harmonies of #F301BF
Complementary color
Monochromatic Colors of #F301BF
Black with #F301BF
Text Example
Text Example
White with #F301BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301BF; }
p { color: rgb(243,1,191); }
H1.HeaderClassName
{
color: #F301BF;
}
.AnyTagClassName
{
color: #F301BF;
}
</style>
background-color css
<style>
a { background-color: #F301BF; }
a { background-color: rgb(243,1,191); }
div.DivClassName
{
background-color: #F301BF;
}
.BgClassName
{
background-color: #F301BF;
}
</style>
border-color css
<style>
span { border-color: #F301BF; }
span { border-color: rgb(243,1,191); }
td.TdClassName
{
border-color: #F301BF;
}
.TagClassName
{
border-color: #F301BF;
}
</style>