Shades of Shocking Pink #F301BD
Tints of Shocking Pink #F301BD
RGB
CMYK
RGB Variations
Color information
#F301BD (or 0xF301BD) is known color: Shocking Pink. HEX triplet: F3, 01 and BD. RGB value is (243,1,189). Sum of RGB (Red+Green+Blue) = 243+1+189=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F301BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301BD is #0CFE42. Grayscale: #5E5E5E. Windows color (decimal): -851523 or 12386803. OLE color: 12386803.
HSL color Cylindrical-coordinate representation of color #F301BD: hue angle of 313.39º 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 #F301BD is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.05 |
| HSL | 313.39º | 0.99% | 0.48% | - |
| HSV(B) | 313.39º | 1% | 0.95% | - |
| XYZ | 46.16 | 22.75 | 50.1 | - |
| YUV | 94.79 | 181.17 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 189 | 0 | 1.00 | 0.22 | 0.05 | 313.39 | 0.99 | 0.48 |
| Hex | F3 | 1 | BD | 0 | 64 | 16 | 5 | 139 | 63 | 30 |
| Octal | 363 | 1 | 275 | 0 | 144 | 26 | 5 | 471 | 143 | 60 |
| Binary | 11110011 | 1 | 10111101 | 0 | 1100100 | 10110 | 101 | 100111001 | 1100011 | 110000 |
Color Harmonies of #F301BD
Complementary color
Monochromatic Colors of #F301BD
Black with #F301BD
Text Example
Text Example
White with #F301BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301BD; }
p { color: rgb(243,1,189); }
H1.HeaderClassName
{
color: #F301BD;
}
.AnyTagClassName
{
color: #F301BD;
}
</style>
background-color css
<style>
a { background-color: #F301BD; }
a { background-color: rgb(243,1,189); }
div.DivClassName
{
background-color: #F301BD;
}
.BgClassName
{
background-color: #F301BD;
}
</style>
border-color css
<style>
span { border-color: #F301BD; }
span { border-color: rgb(243,1,189); }
td.TdClassName
{
border-color: #F301BD;
}
.TagClassName
{
border-color: #F301BD;
}
</style>