Shades of Shocking Pink #F301BA
Tints of Shocking Pink #F301BA
RGB
CMYK
RGB Variations
Color information
#F301BA (or 0xF301BA) is known color: Shocking Pink. HEX triplet: F3, 01 and BA. RGB value is (243,1,186). Sum of RGB (Red+Green+Blue) = 243+1+186=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F301BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301BA is #0CFE45. Grayscale: #5D5D5D. Windows color (decimal): -851526 or 12190195. OLE color: 12190195.
HSL color Cylindrical-coordinate representation of color #F301BA: hue angle of 314.13º 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 #F301BA is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.05 |
| HSL | 314.13º | 0.99% | 0.48% | - |
| HSV(B) | 314.13º | 1% | 0.95% | - |
| XYZ | 45.84 | 22.62 | 48.4 | - |
| YUV | 94.45 | 179.67 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 186 | 0 | 1.00 | 0.23 | 0.05 | 314.13 | 0.99 | 0.48 |
| Hex | F3 | 1 | BA | 0 | 64 | 17 | 5 | 13A | 63 | 30 |
| Octal | 363 | 1 | 272 | 0 | 144 | 27 | 5 | 472 | 143 | 60 |
| Binary | 11110011 | 1 | 10111010 | 0 | 1100100 | 10111 | 101 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F301BA
Complementary color
Monochromatic Colors of #F301BA
Black with #F301BA
Text Example
Text Example
White with #F301BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301BA; }
p { color: rgb(243,1,186); }
H1.HeaderClassName
{
color: #F301BA;
}
.AnyTagClassName
{
color: #F301BA;
}
</style>
background-color css
<style>
a { background-color: #F301BA; }
a { background-color: rgb(243,1,186); }
div.DivClassName
{
background-color: #F301BA;
}
.BgClassName
{
background-color: #F301BA;
}
</style>
border-color css
<style>
span { border-color: #F301BA; }
span { border-color: rgb(243,1,186); }
td.TdClassName
{
border-color: #F301BA;
}
.TagClassName
{
border-color: #F301BA;
}
</style>