Shades of Shocking Pink #F310B1
Tints of Shocking Pink #F310B1
RGB
CMYK
RGB Variations
Color information
#F310B1 (or 0xF310B1) is known color: Shocking Pink. HEX triplet: F3, 10 and B1. RGB value is (243,16,177). Sum of RGB (Red+Green+Blue) = 243+16+177=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F310B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F310B1 is #0CEF4E. Grayscale: #656565. Windows color (decimal): -847695 or 11604211. OLE color: 11604211.
HSL color Cylindrical-coordinate representation of color #F310B1: hue angle of 317.44º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310B1 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 177 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.05 |
| HSL | 317.44º | 0.9% | 0.51% | - |
| HSV(B) | 317.44º | 0.93% | 0.95% | - |
| XYZ | 45.08 | 22.6 | 43.58 | - |
| YUV | 102.23 | 170.21 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 177 | 0 | 0.93 | 0.27 | 0.05 | 317.44 | 0.9 | 0.51 |
| Hex | F3 | 10 | B1 | 0 | 5D | 1B | 5 | 13D | 5A | 33 |
| Octal | 363 | 20 | 261 | 0 | 135 | 33 | 5 | 475 | 132 | 63 |
| Binary | 11110011 | 10000 | 10110001 | 0 | 1011101 | 11011 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F310B1
Complementary color
Monochromatic Colors of #F310B1
Black with #F310B1
Text Example
Text Example
White with #F310B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310B1; }
p { color: rgb(243,16,177); }
H1.HeaderClassName
{
color: #F310B1;
}
.AnyTagClassName
{
color: #F310B1;
}
</style>
background-color css
<style>
a { background-color: #F310B1; }
a { background-color: rgb(243,16,177); }
div.DivClassName
{
background-color: #F310B1;
}
.BgClassName
{
background-color: #F310B1;
}
</style>
border-color css
<style>
span { border-color: #F310B1; }
span { border-color: rgb(243,16,177); }
td.TdClassName
{
border-color: #F310B1;
}
.TagClassName
{
border-color: #F310B1;
}
</style>