Shades of Shocking Pink #F605BC
Tints of Shocking Pink #F605BC
RGB
CMYK
RGB Variations
Color information
#F605BC (or 0xF605BC) is known color: Shocking Pink. HEX triplet: F6, 05 and BC. RGB value is (246,5,188). Sum of RGB (Red+Green+Blue) = 246+5+188=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 5 (2.34% from 255 or 1.14% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F605BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605BC is #09FA43. Grayscale: #616161. Windows color (decimal): -653892 or 12322294. OLE color: 12322294.
HSL color Cylindrical-coordinate representation of color #F605BC: hue angle of 314.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605BC is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.04 |
| HSL | 314.44º | 0.96% | 0.49% | - |
| HSV(B) | 314.44º | 0.98% | 0.96% | - |
| XYZ | 47.14 | 23.33 | 49.6 | - |
| YUV | 97.92 | 178.84 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 188 | 0 | 0.98 | 0.24 | 0.04 | 314.44 | 0.96 | 0.49 |
| Hex | F6 | 5 | BC | 0 | 62 | 18 | 4 | 13A | 60 | 31 |
| Octal | 366 | 5 | 274 | 0 | 142 | 30 | 4 | 472 | 140 | 61 |
| Binary | 11110110 | 101 | 10111100 | 0 | 1100010 | 11000 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F605BC
Complementary color
Monochromatic Colors of #F605BC
Black with #F605BC
Text Example
Text Example
White with #F605BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605BC; }
p { color: rgb(246,5,188); }
H1.HeaderClassName
{
color: #F605BC;
}
.AnyTagClassName
{
color: #F605BC;
}
</style>
background-color css
<style>
a { background-color: #F605BC; }
a { background-color: rgb(246,5,188); }
div.DivClassName
{
background-color: #F605BC;
}
.BgClassName
{
background-color: #F605BC;
}
</style>
border-color css
<style>
span { border-color: #F605BC; }
span { border-color: rgb(246,5,188); }
td.TdClassName
{
border-color: #F605BC;
}
.TagClassName
{
border-color: #F605BC;
}
</style>