Shades of Shocking Pink #F61DBB
Tints of Shocking Pink #F61DBB
RGB
CMYK
RGB Variations
Color information
#F61DBB (or 0xF61DBB) is known color: Shocking Pink. HEX triplet: F6, 1D and BB. RGB value is (246,29,187). Sum of RGB (Red+Green+Blue) = 246+29+187=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61DBB is #09E244. Grayscale: #6F6F6F. Windows color (decimal): -647749 or 12262902. OLE color: 12262902.
HSL color Cylindrical-coordinate representation of color #F61DBB: hue angle of 316.31º 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 #F61DBB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.04 |
| HSL | 316.31º | 0.92% | 0.54% | - |
| HSV(B) | 316.31º | 0.88% | 0.96% | - |
| XYZ | 47.42 | 24.06 | 49.16 | - |
| YUV | 111.9 | 170.39 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 187 | 0 | 0.88 | 0.24 | 0.04 | 316.31 | 0.92 | 0.54 |
| Hex | F6 | 1D | BB | 0 | 58 | 18 | 4 | 13C | 5C | 36 |
| Octal | 366 | 35 | 273 | 0 | 130 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110110 | 11101 | 10111011 | 0 | 1011000 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F61DBB
Complementary color
Monochromatic Colors of #F61DBB
Black with #F61DBB
Text Example
Text Example
White with #F61DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DBB; }
p { color: rgb(246,29,187); }
H1.HeaderClassName
{
color: #F61DBB;
}
.AnyTagClassName
{
color: #F61DBB;
}
</style>
background-color css
<style>
a { background-color: #F61DBB; }
a { background-color: rgb(246,29,187); }
div.DivClassName
{
background-color: #F61DBB;
}
.BgClassName
{
background-color: #F61DBB;
}
</style>
border-color css
<style>
span { border-color: #F61DBB; }
span { border-color: rgb(246,29,187); }
td.TdClassName
{
border-color: #F61DBB;
}
.TagClassName
{
border-color: #F61DBB;
}
</style>