Shades of Shocking Pink #F31DBB
Tints of Shocking Pink #F31DBB
RGB
CMYK
RGB Variations
Color information
#F31DBB (or 0xF31DBB) is known color: Shocking Pink. HEX triplet: F3, 1D and BB. RGB value is (243,29,187). Sum of RGB (Red+Green+Blue) = 243+29+187=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DBB is #0CE244. Grayscale: #6E6E6E. Windows color (decimal): -844357 or 12262899. OLE color: 12262899.
HSL color Cylindrical-coordinate representation of color #F31DBB: hue angle of 315.7º 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 #F31DBB is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.05 |
| HSL | 315.7º | 0.9% | 0.53% | - |
| HSV(B) | 315.7º | 0.88% | 0.95% | - |
| XYZ | 46.37 | 23.52 | 49.11 | - |
| YUV | 111 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 187 | 0 | 0.88 | 0.23 | 0.05 | 315.7 | 0.9 | 0.53 |
| Hex | F3 | 1D | BB | 0 | 58 | 17 | 5 | 13C | 5A | 35 |
| Octal | 363 | 35 | 273 | 0 | 130 | 27 | 5 | 474 | 132 | 65 |
| Binary | 11110011 | 11101 | 10111011 | 0 | 1011000 | 10111 | 101 | 100111100 | 1011010 | 110101 |
Color Harmonies of #F31DBB
Complementary color
Monochromatic Colors of #F31DBB
Black with #F31DBB
Text Example
Text Example
White with #F31DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DBB; }
p { color: rgb(243,29,187); }
H1.HeaderClassName
{
color: #F31DBB;
}
.AnyTagClassName
{
color: #F31DBB;
}
</style>
background-color css
<style>
a { background-color: #F31DBB; }
a { background-color: rgb(243,29,187); }
div.DivClassName
{
background-color: #F31DBB;
}
.BgClassName
{
background-color: #F31DBB;
}
</style>
border-color css
<style>
span { border-color: #F31DBB; }
span { border-color: rgb(243,29,187); }
td.TdClassName
{
border-color: #F31DBB;
}
.TagClassName
{
border-color: #F31DBB;
}
</style>