Shades of Shocking Pink #F515BB
Tints of Shocking Pink #F515BB
RGB
CMYK
RGB Variations
Color information
#F515BB (or 0xF515BB) is known color: Shocking Pink. HEX triplet: F5, 15 and BB. RGB value is (245,21,187). Sum of RGB (Red+Green+Blue) = 245+21+187=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F515BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515BB is #0AEA44. Grayscale: #6A6A6A. Windows color (decimal): -715333 or 12260853. OLE color: 12260853.
HSL color Cylindrical-coordinate representation of color #F515BB: hue angle of 315.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515BB is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 187 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.04 |
| HSL | 315.54º | 0.92% | 0.52% | - |
| HSV(B) | 315.54º | 0.91% | 0.96% | - |
| XYZ | 46.89 | 23.54 | 49.09 | - |
| YUV | 106.9 | 173.21 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 187 | 0 | 0.91 | 0.24 | 0.04 | 315.54 | 0.92 | 0.52 |
| Hex | F5 | 15 | BB | 0 | 5B | 18 | 4 | 13C | 5C | 34 |
| Octal | 365 | 25 | 273 | 0 | 133 | 30 | 4 | 474 | 134 | 64 |
| Binary | 11110101 | 10101 | 10111011 | 0 | 1011011 | 11000 | 100 | 100111100 | 1011100 | 110100 |
Color Harmonies of #F515BB
Complementary color
Monochromatic Colors of #F515BB
Black with #F515BB
Text Example
Text Example
White with #F515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515BB; }
p { color: rgb(245,21,187); }
H1.HeaderClassName
{
color: #F515BB;
}
.AnyTagClassName
{
color: #F515BB;
}
</style>
background-color css
<style>
a { background-color: #F515BB; }
a { background-color: rgb(245,21,187); }
div.DivClassName
{
background-color: #F515BB;
}
.BgClassName
{
background-color: #F515BB;
}
</style>
border-color css
<style>
span { border-color: #F515BB; }
span { border-color: rgb(245,21,187); }
td.TdClassName
{
border-color: #F515BB;
}
.TagClassName
{
border-color: #F515BB;
}
</style>