Shades of Shocking Pink #F61FBC
Tints of Shocking Pink #F61FBC
RGB
CMYK
RGB Variations
Color information
#F61FBC (or 0xF61FBC) is known color: Shocking Pink. HEX triplet: F6, 1F and BC. RGB value is (246,31,188). Sum of RGB (Red+Green+Blue) = 246+31+188=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FBC is #09E043. Grayscale: #707070. Windows color (decimal): -647236 or 12328950. OLE color: 12328950.
HSL color Cylindrical-coordinate representation of color #F61FBC: hue angle of 316.19º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FBC is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 188 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.04 |
| HSL | 316.19º | 0.92% | 0.54% | - |
| HSV(B) | 316.19º | 0.87% | 0.96% | - |
| XYZ | 47.57 | 24.2 | 49.74 | - |
| YUV | 113.18 | 170.23 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 188 | 0 | 0.87 | 0.24 | 0.04 | 316.19 | 0.92 | 0.54 |
| Hex | F6 | 1F | BC | 0 | 57 | 18 | 4 | 13C | 5C | 36 |
| Octal | 366 | 37 | 274 | 0 | 127 | 30 | 4 | 474 | 134 | 66 |
| Binary | 11110110 | 11111 | 10111100 | 0 | 1010111 | 11000 | 100 | 100111100 | 1011100 | 110110 |
Color Harmonies of #F61FBC
Complementary color
Monochromatic Colors of #F61FBC
Black with #F61FBC
Text Example
Text Example
White with #F61FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FBC; }
p { color: rgb(246,31,188); }
H1.HeaderClassName
{
color: #F61FBC;
}
.AnyTagClassName
{
color: #F61FBC;
}
</style>
background-color css
<style>
a { background-color: #F61FBC; }
a { background-color: rgb(246,31,188); }
div.DivClassName
{
background-color: #F61FBC;
}
.BgClassName
{
background-color: #F61FBC;
}
</style>
border-color css
<style>
span { border-color: #F61FBC; }
span { border-color: rgb(246,31,188); }
td.TdClassName
{
border-color: #F61FBC;
}
.TagClassName
{
border-color: #F61FBC;
}
</style>