Shades of Shocking Pink #F605BB
Tints of Shocking Pink #F605BB
RGB
CMYK
RGB Variations
Color information
#F605BB (or 0xF605BB) is known color: Shocking Pink. HEX triplet: F6, 05 and BB. RGB value is (246,5,187). Sum of RGB (Red+Green+Blue) = 246+5+187=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 5 (2.34% from 255 or 1.14% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F605BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605BB is #09FA44. Grayscale: #616161. Windows color (decimal): -653893 or 12256758. OLE color: 12256758.
HSL color Cylindrical-coordinate representation of color #F605BB: hue angle of 314.69º 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 #F605BB is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.04 |
| HSL | 314.69º | 0.96% | 0.49% | - |
| HSV(B) | 314.69º | 0.98% | 0.96% | - |
| XYZ | 47.03 | 23.29 | 49.03 | - |
| YUV | 97.81 | 178.34 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 187 | 0 | 0.98 | 0.24 | 0.04 | 314.69 | 0.96 | 0.49 |
| Hex | F6 | 5 | BB | 0 | 62 | 18 | 4 | 13B | 60 | 31 |
| Octal | 366 | 5 | 273 | 0 | 142 | 30 | 4 | 473 | 140 | 61 |
| Binary | 11110110 | 101 | 10111011 | 0 | 1100010 | 11000 | 100 | 100111011 | 1100000 | 110001 |
Color Harmonies of #F605BB
Complementary color
Monochromatic Colors of #F605BB
Black with #F605BB
Text Example
Text Example
White with #F605BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605BB; }
p { color: rgb(246,5,187); }
H1.HeaderClassName
{
color: #F605BB;
}
.AnyTagClassName
{
color: #F605BB;
}
</style>
background-color css
<style>
a { background-color: #F605BB; }
a { background-color: rgb(246,5,187); }
div.DivClassName
{
background-color: #F605BB;
}
.BgClassName
{
background-color: #F605BB;
}
</style>
border-color css
<style>
span { border-color: #F605BB; }
span { border-color: rgb(246,5,187); }
td.TdClassName
{
border-color: #F605BB;
}
.TagClassName
{
border-color: #F605BB;
}
</style>