Shades of Shocking Pink #F31DBF
Tints of Shocking Pink #F31DBF
RGB
CMYK
RGB Variations
Color information
#F31DBF (or 0xF31DBF) is known color: Shocking Pink. HEX triplet: F3, 1D and BF. RGB value is (243,29,191). Sum of RGB (Red+Green+Blue) = 243+29+191=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DBF is #0CE240. Grayscale: #6F6F6F. Windows color (decimal): -844353 or 12525043. OLE color: 12525043.
HSL color Cylindrical-coordinate representation of color #F31DBF: hue angle of 314.58º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31DBF is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 191 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.05 |
| HSL | 314.58º | 0.9% | 0.53% | - |
| HSV(B) | 314.58º | 0.88% | 0.95% | - |
| XYZ | 46.81 | 23.7 | 51.4 | - |
| YUV | 111.45 | 172.9 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 191 | 0 | 0.88 | 0.21 | 0.05 | 314.58 | 0.9 | 0.53 |
| Hex | F3 | 1D | BF | 0 | 58 | 15 | 5 | 13B | 5A | 35 |
| Octal | 363 | 35 | 277 | 0 | 130 | 25 | 5 | 473 | 132 | 65 |
| Binary | 11110011 | 11101 | 10111111 | 0 | 1011000 | 10101 | 101 | 100111011 | 1011010 | 110101 |
Color Harmonies of #F31DBF
Complementary color
Monochromatic Colors of #F31DBF
Black with #F31DBF
Text Example
Text Example
White with #F31DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DBF; }
p { color: rgb(243,29,191); }
H1.HeaderClassName
{
color: #F31DBF;
}
.AnyTagClassName
{
color: #F31DBF;
}
</style>
background-color css
<style>
a { background-color: #F31DBF; }
a { background-color: rgb(243,29,191); }
div.DivClassName
{
background-color: #F31DBF;
}
.BgClassName
{
background-color: #F31DBF;
}
</style>
border-color css
<style>
span { border-color: #F31DBF; }
span { border-color: rgb(243,29,191); }
td.TdClassName
{
border-color: #F31DBF;
}
.TagClassName
{
border-color: #F31DBF;
}
</style>