Shades of Shocking Pink #F605BE
Tints of Shocking Pink #F605BE
RGB
CMYK
RGB Variations
Color information
#F605BE (or 0xF605BE) is known color: Shocking Pink. HEX triplet: F6, 05 and BE. RGB value is (246,5,190). Sum of RGB (Red+Green+Blue) = 246+5+190=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F605BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605BE is #09FA41. Grayscale: #616161. Windows color (decimal): -653890 or 12453366. OLE color: 12453366.
HSL color Cylindrical-coordinate representation of color #F605BE: hue angle of 313.94º 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 #F605BE is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 190 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.04 |
| HSL | 313.94º | 0.96% | 0.49% | - |
| HSV(B) | 313.94º | 0.98% | 0.96% | - |
| XYZ | 47.35 | 23.42 | 50.74 | - |
| YUV | 98.15 | 179.84 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 190 | 0 | 0.98 | 0.23 | 0.04 | 313.94 | 0.96 | 0.49 |
| Hex | F6 | 5 | BE | 0 | 62 | 17 | 4 | 13A | 60 | 31 |
| Octal | 366 | 5 | 276 | 0 | 142 | 27 | 4 | 472 | 140 | 61 |
| Binary | 11110110 | 101 | 10111110 | 0 | 1100010 | 10111 | 100 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F605BE
Complementary color
Monochromatic Colors of #F605BE
Black with #F605BE
Text Example
Text Example
White with #F605BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605BE; }
p { color: rgb(246,5,190); }
H1.HeaderClassName
{
color: #F605BE;
}
.AnyTagClassName
{
color: #F605BE;
}
</style>
background-color css
<style>
a { background-color: #F605BE; }
a { background-color: rgb(246,5,190); }
div.DivClassName
{
background-color: #F605BE;
}
.BgClassName
{
background-color: #F605BE;
}
</style>
border-color css
<style>
span { border-color: #F605BE; }
span { border-color: rgb(246,5,190); }
td.TdClassName
{
border-color: #F605BE;
}
.TagClassName
{
border-color: #F605BE;
}
</style>