Shades of Shocking Pink #F51DBB
Tints of Shocking Pink #F51DBB
RGB
CMYK
RGB Variations
Color information
#F51DBB (or 0xF51DBB) is known color: Shocking Pink. HEX triplet: F5, 1D and BB. RGB value is (245,29,187). Sum of RGB (Red+Green+Blue) = 245+29+187=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F51DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51DBB is #0AE244. Grayscale: #6F6F6F. Windows color (decimal): -713285 or 12262901. OLE color: 12262901.
HSL color Cylindrical-coordinate representation of color #F51DBB: hue angle of 316.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51DBB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.04 |
| HSL | 316.11º | 0.92% | 0.54% | - |
| HSV(B) | 316.11º | 0.88% | 0.96% | - |
| XYZ | 47.07 | 23.88 | 49.14 | - |
| YUV | 111.6 | 170.56 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 187 | 0 | 0.88 | 0.24 | 0.04 | 316.11 | 0.92 | 0.54 |
| Hex | F5 | 1D | BB | 0 | 58 | 18 | 4 | 13C | 5C | 36 |
| Octal | 365 | 35 | 273 | 0 | 130 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110101 | 11101 | 10111011 | 0 | 1011000 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F51DBB
Complementary color
Monochromatic Colors of #F51DBB
Black with #F51DBB
Text Example
Text Example
White with #F51DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51DBB; }
p { color: rgb(245,29,187); }
H1.HeaderClassName
{
color: #F51DBB;
}
.AnyTagClassName
{
color: #F51DBB;
}
</style>
background-color css
<style>
a { background-color: #F51DBB; }
a { background-color: rgb(245,29,187); }
div.DivClassName
{
background-color: #F51DBB;
}
.BgClassName
{
background-color: #F51DBB;
}
</style>
border-color css
<style>
span { border-color: #F51DBB; }
span { border-color: rgb(245,29,187); }
td.TdClassName
{
border-color: #F51DBB;
}
.TagClassName
{
border-color: #F51DBB;
}
</style>