Shades of Shocking Pink #F609BE
Tints of Shocking Pink #F609BE
RGB
CMYK
RGB Variations
Color information
#F609BE (or 0xF609BE) is known color: Shocking Pink. HEX triplet: F6, 09 and BE. RGB value is (246,9,190). Sum of RGB (Red+Green+Blue) = 246+9+190=445 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.28% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 246 - color contains mainly: red. Hex color #F609BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F609BE is #09F641. Grayscale: #646464. Windows color (decimal): -652866 or 12454390. OLE color: 12454390.
HSL color Cylindrical-coordinate representation of color #F609BE: hue angle of 314.18º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F609BE is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.04 |
| HSL | 314.18º | 0.93% | 0.5% | - |
| HSV(B) | 314.18º | 0.96% | 0.96% | - |
| XYZ | 47.4 | 23.51 | 50.75 | - |
| YUV | 100.5 | 178.52 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 190 | 0 | 0.96 | 0.23 | 0.04 | 314.18 | 0.93 | 0.5 |
| Hex | F6 | 9 | BE | 0 | 60 | 17 | 4 | 13A | 5D | 32 |
| Octal | 366 | 11 | 276 | 0 | 140 | 27 | 4 | 472 | 135 | 62 |
| Binary | 11110110 | 1001 | 10111110 | 0 | 1100000 | 10111 | 100 | 100111010 | 1011101 | 110010 |
Color Harmonies of #F609BE
Complementary color
Monochromatic Colors of #F609BE
Black with #F609BE
Text Example
Text Example
White with #F609BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F609BE; }
p { color: rgb(246,9,190); }
H1.HeaderClassName
{
color: #F609BE;
}
.AnyTagClassName
{
color: #F609BE;
}
</style>
background-color css
<style>
a { background-color: #F609BE; }
a { background-color: rgb(246,9,190); }
div.DivClassName
{
background-color: #F609BE;
}
.BgClassName
{
background-color: #F609BE;
}
</style>
border-color css
<style>
span { border-color: #F609BE; }
span { border-color: rgb(246,9,190); }
td.TdClassName
{
border-color: #F609BE;
}
.TagClassName
{
border-color: #F609BE;
}
</style>