Shades of Shocking Pink #F618BB
Tints of Shocking Pink #F618BB
RGB
CMYK
RGB Variations
Color information
#F618BB (or 0xF618BB) is known color: Shocking Pink. HEX triplet: F6, 18 and BB. RGB value is (246,24,187). Sum of RGB (Red+Green+Blue) = 246+24+187=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 24 (9.77% from 255 or 5.25% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F618BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618BB is #09E744. Grayscale: #6C6C6C. Windows color (decimal): -649029 or 12261622. OLE color: 12261622.
HSL color Cylindrical-coordinate representation of color #F618BB: hue angle of 315.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618BB is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 187 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.04 |
| HSL | 315.95º | 0.93% | 0.53% | - |
| HSV(B) | 315.95º | 0.9% | 0.96% | - |
| XYZ | 47.3 | 23.83 | 49.12 | - |
| YUV | 108.96 | 172.05 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 187 | 0 | 0.90 | 0.24 | 0.04 | 315.95 | 0.93 | 0.53 |
| Hex | F6 | 18 | BB | 0 | 5A | 18 | 4 | 13C | 5C | 35 |
| Octal | 366 | 30 | 273 | 0 | 132 | 30 | 4 | 474 | 134 | 65 |
| Binary | 11110110 | 11000 | 10111011 | 0 | 1011010 | 11000 | 100 | 100111100 | 1011100 | 110101 |
Color Harmonies of #F618BB
Complementary color
Monochromatic Colors of #F618BB
Black with #F618BB
Text Example
Text Example
White with #F618BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618BB; }
p { color: rgb(246,24,187); }
H1.HeaderClassName
{
color: #F618BB;
}
.AnyTagClassName
{
color: #F618BB;
}
</style>
background-color css
<style>
a { background-color: #F618BB; }
a { background-color: rgb(246,24,187); }
div.DivClassName
{
background-color: #F618BB;
}
.BgClassName
{
background-color: #F618BB;
}
</style>
border-color css
<style>
span { border-color: #F618BB; }
span { border-color: rgb(246,24,187); }
td.TdClassName
{
border-color: #F618BB;
}
.TagClassName
{
border-color: #F618BB;
}
</style>