Shades of Shocking Pink #F603BE
Tints of Shocking Pink #F603BE
RGB
CMYK
RGB Variations
Color information
#F603BE (or 0xF603BE) is known color: Shocking Pink. HEX triplet: F6, 03 and BE. RGB value is (246,3,190). Sum of RGB (Red+Green+Blue) = 246+3+190=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F603BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F603BE is #09FC41. Grayscale: #606060. Windows color (decimal): -654402 or 12452854. OLE color: 12452854.
HSL color Cylindrical-coordinate representation of color #F603BE: hue angle of 313.83º 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 #F603BE is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.04 |
| HSL | 313.83º | 0.98% | 0.49% | - |
| HSV(B) | 313.83º | 0.99% | 0.96% | - |
| XYZ | 47.33 | 23.38 | 50.73 | - |
| YUV | 96.98 | 180.51 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 190 | 0 | 0.99 | 0.23 | 0.04 | 313.83 | 0.98 | 0.49 |
| Hex | F6 | 3 | BE | 0 | 63 | 17 | 4 | 13A | 62 | 31 |
| Octal | 366 | 3 | 276 | 0 | 143 | 27 | 4 | 472 | 142 | 61 |
| Binary | 11110110 | 11 | 10111110 | 0 | 1100011 | 10111 | 100 | 100111010 | 1100010 | 110001 |
Color Harmonies of #F603BE
Complementary color
Monochromatic Colors of #F603BE
Black with #F603BE
Text Example
Text Example
White with #F603BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F603BE; }
p { color: rgb(246,3,190); }
H1.HeaderClassName
{
color: #F603BE;
}
.AnyTagClassName
{
color: #F603BE;
}
</style>
background-color css
<style>
a { background-color: #F603BE; }
a { background-color: rgb(246,3,190); }
div.DivClassName
{
background-color: #F603BE;
}
.BgClassName
{
background-color: #F603BE;
}
</style>
border-color css
<style>
span { border-color: #F603BE; }
span { border-color: rgb(246,3,190); }
td.TdClassName
{
border-color: #F603BE;
}
.TagClassName
{
border-color: #F603BE;
}
</style>