Shades of Shocking Pink #F603BD
Tints of Shocking Pink #F603BD
RGB
CMYK
RGB Variations
Color information
#F603BD (or 0xF603BD) is known color: Shocking Pink. HEX triplet: F6, 03 and BD. RGB value is (246,3,189). Sum of RGB (Red+Green+Blue) = 246+3+189=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F603BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603BD is #09FC42. Grayscale: #606060. Windows color (decimal): -654403 or 12387318. OLE color: 12387318.
HSL color Cylindrical-coordinate representation of color #F603BD: hue angle of 314.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F603BD is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.04 |
| HSL | 314.07º | 0.98% | 0.49% | - |
| HSV(B) | 314.07º | 0.99% | 0.96% | - |
| XYZ | 47.22 | 23.33 | 50.16 | - |
| YUV | 96.86 | 180.01 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 189 | 0 | 0.99 | 0.23 | 0.04 | 314.07 | 0.98 | 0.49 |
| Hex | F6 | 3 | BD | 0 | 63 | 17 | 4 | 13A | 62 | 31 |
| Octal | 366 | 3 | 275 | 0 | 143 | 27 | 4 | 472 | 142 | 61 |
| Binary | 11110110 | 11 | 10111101 | 0 | 1100011 | 10111 | 100 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F603BD
Complementary color
Monochromatic Colors of #F603BD
Black with #F603BD
Text Example
Text Example
White with #F603BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603BD; }
p { color: rgb(246,3,189); }
H1.HeaderClassName
{
color: #F603BD;
}
.AnyTagClassName
{
color: #F603BD;
}
</style>
background-color css
<style>
a { background-color: #F603BD; }
a { background-color: rgb(246,3,189); }
div.DivClassName
{
background-color: #F603BD;
}
.BgClassName
{
background-color: #F603BD;
}
</style>
border-color css
<style>
span { border-color: #F603BD; }
span { border-color: rgb(246,3,189); }
td.TdClassName
{
border-color: #F603BD;
}
.TagClassName
{
border-color: #F603BD;
}
</style>