Shades of Shocking Pink #F61CBB
Tints of Shocking Pink #F61CBB
RGB
CMYK
RGB Variations
Color information
#F61CBB (or 0xF61CBB) is known color: Shocking Pink. HEX triplet: F6, 1C and BB. RGB value is (246,28,187). Sum of RGB (Red+Green+Blue) = 246+28+187=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61CBB is #09E344. Grayscale: #6E6E6E. Windows color (decimal): -648005 or 12262646. OLE color: 12262646.
HSL color Cylindrical-coordinate representation of color #F61CBB: hue angle of 316.24º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61CBB is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 187 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.04 |
| HSL | 316.24º | 0.92% | 0.54% | - |
| HSV(B) | 316.24º | 0.89% | 0.96% | - |
| XYZ | 47.39 | 24.01 | 49.15 | - |
| YUV | 111.31 | 170.72 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 187 | 0 | 0.89 | 0.24 | 0.04 | 316.24 | 0.92 | 0.54 |
| Hex | F6 | 1C | BB | 0 | 59 | 18 | 4 | 13C | 5C | 36 |
| Octal | 366 | 34 | 273 | 0 | 131 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110110 | 11100 | 10111011 | 0 | 1011001 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F61CBB
Complementary color
Monochromatic Colors of #F61CBB
Black with #F61CBB
Text Example
Text Example
White with #F61CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CBB; }
p { color: rgb(246,28,187); }
H1.HeaderClassName
{
color: #F61CBB;
}
.AnyTagClassName
{
color: #F61CBB;
}
</style>
background-color css
<style>
a { background-color: #F61CBB; }
a { background-color: rgb(246,28,187); }
div.DivClassName
{
background-color: #F61CBB;
}
.BgClassName
{
background-color: #F61CBB;
}
</style>
border-color css
<style>
span { border-color: #F61CBB; }
span { border-color: rgb(246,28,187); }
td.TdClassName
{
border-color: #F61CBB;
}
.TagClassName
{
border-color: #F61CBB;
}
</style>