Shades of Shocking Pink #F614BB
Tints of Shocking Pink #F614BB
RGB
CMYK
RGB Variations
Color information
#F614BB (or 0xF614BB) is known color: Shocking Pink. HEX triplet: F6, 14 and BB. RGB value is (246,20,187). Sum of RGB (Red+Green+Blue) = 246+20+187=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F614BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614BB is #09EB44. Grayscale: #6A6A6A. Windows color (decimal): -650053 or 12260598. OLE color: 12260598.
HSL color Cylindrical-coordinate representation of color #F614BB: hue angle of 315.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614BB is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.04 |
| HSL | 315.66º | 0.93% | 0.52% | - |
| HSV(B) | 315.66º | 0.92% | 0.96% | - |
| XYZ | 47.23 | 23.68 | 49.1 | - |
| YUV | 106.61 | 173.37 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 187 | 0 | 0.92 | 0.24 | 0.04 | 315.66 | 0.93 | 0.52 |
| Hex | F6 | 14 | BB | 0 | 5C | 18 | 4 | 13C | 5D | 34 |
| Octal | 366 | 24 | 273 | 0 | 134 | 30 | 4 | 474 | 135 | 64 |
| Binary | 11110110 | 10100 | 10111011 | 0 | 1011100 | 11000 | 100 | 100111100 | 1011101 | 110100 |
Color Harmonies of #F614BB
Complementary color
Monochromatic Colors of #F614BB
Black with #F614BB
Text Example
Text Example
White with #F614BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614BB; }
p { color: rgb(246,20,187); }
H1.HeaderClassName
{
color: #F614BB;
}
.AnyTagClassName
{
color: #F614BB;
}
</style>
background-color css
<style>
a { background-color: #F614BB; }
a { background-color: rgb(246,20,187); }
div.DivClassName
{
background-color: #F614BB;
}
.BgClassName
{
background-color: #F614BB;
}
</style>
border-color css
<style>
span { border-color: #F614BB; }
span { border-color: rgb(246,20,187); }
td.TdClassName
{
border-color: #F614BB;
}
.TagClassName
{
border-color: #F614BB;
}
</style>