Shades of Shocking Pink #F515BC
Tints of Shocking Pink #F515BC
RGB
CMYK
RGB Variations
Color information
#F515BC (or 0xF515BC) is known color: Shocking Pink. HEX triplet: F5, 15 and BC. RGB value is (245,21,188). Sum of RGB (Red+Green+Blue) = 245+21+188=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F515BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515BC is #0AEA43. Grayscale: #6A6A6A. Windows color (decimal): -715332 or 12326389. OLE color: 12326389.
HSL color Cylindrical-coordinate representation of color #F515BC: hue angle of 315.27º 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 #F515BC is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.04 |
| HSL | 315.27º | 0.92% | 0.52% | - |
| HSV(B) | 315.27º | 0.91% | 0.96% | - |
| XYZ | 47 | 23.58 | 49.65 | - |
| YUV | 107.01 | 173.71 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 188 | 0 | 0.91 | 0.23 | 0.04 | 315.27 | 0.92 | 0.52 |
| Hex | F5 | 15 | BC | 0 | 5B | 17 | 4 | 13B | 5C | 34 |
| Octal | 365 | 25 | 274 | 0 | 133 | 27 | 4 | 473 | 134 | 64 |
| Binary | 11110101 | 10101 | 10111100 | 0 | 1011011 | 10111 | 100 | 100111011 | 1011100 | 110100 |
Color Harmonies of #F515BC
Complementary color
Monochromatic Colors of #F515BC
Black with #F515BC
Text Example
Text Example
White with #F515BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515BC; }
p { color: rgb(245,21,188); }
H1.HeaderClassName
{
color: #F515BC;
}
.AnyTagClassName
{
color: #F515BC;
}
</style>
background-color css
<style>
a { background-color: #F515BC; }
a { background-color: rgb(245,21,188); }
div.DivClassName
{
background-color: #F515BC;
}
.BgClassName
{
background-color: #F515BC;
}
</style>
border-color css
<style>
span { border-color: #F515BC; }
span { border-color: rgb(245,21,188); }
td.TdClassName
{
border-color: #F515BC;
}
.TagClassName
{
border-color: #F515BC;
}
</style>