Shades of Shocking Pink #F605BD
Tints of Shocking Pink #F605BD
RGB
CMYK
RGB Variations
Color information
#F605BD (or 0xF605BD) is known color: Shocking Pink. HEX triplet: F6, 05 and BD. RGB value is (246,5,189). Sum of RGB (Red+Green+Blue) = 246+5+189=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F605BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605BD is #09FA42. Grayscale: #616161. Windows color (decimal): -653891 or 12387830. OLE color: 12387830.
HSL color Cylindrical-coordinate representation of color #F605BD: hue angle of 314.19º 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 #F605BD is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 314.19º | 0.96% | 0.49% | - |
| HSV(B) | 314.19º | 0.98% | 0.96% | - |
| XYZ | 47.25 | 23.38 | 50.17 | - |
| YUV | 98.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 189 | 0 | 0.98 | 0.23 | 0.04 | 314.19 | 0.96 | 0.49 |
| Hex | F6 | 5 | BD | 0 | 62 | 17 | 4 | 13A | 60 | 31 |
| Octal | 366 | 5 | 275 | 0 | 142 | 27 | 4 | 472 | 140 | 61 |
| Binary | 11110110 | 101 | 10111101 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F605BD
Complementary color
Monochromatic Colors of #F605BD
Black with #F605BD
Text Example
Text Example
White with #F605BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605BD; }
p { color: rgb(246,5,189); }
H1.HeaderClassName
{
color: #F605BD;
}
.AnyTagClassName
{
color: #F605BD;
}
</style>
background-color css
<style>
a { background-color: #F605BD; }
a { background-color: rgb(246,5,189); }
div.DivClassName
{
background-color: #F605BD;
}
.BgClassName
{
background-color: #F605BD;
}
</style>
border-color css
<style>
span { border-color: #F605BD; }
span { border-color: rgb(246,5,189); }
td.TdClassName
{
border-color: #F605BD;
}
.TagClassName
{
border-color: #F605BD;
}
</style>