Shades of Shocking Pink #F515B6
Tints of Shocking Pink #F515B6
RGB
CMYK
RGB Variations
Color information
#F515B6 (or 0xF515B6) is known color: Shocking Pink. HEX triplet: F5, 15 and B6. RGB value is (245,21,182). Sum of RGB (Red+Green+Blue) = 245+21+182=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F515B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515B6 is #0AEA49. Grayscale: #696969. Windows color (decimal): -715338 or 11933173. OLE color: 11933173.
HSL color Cylindrical-coordinate representation of color #F515B6: hue angle of 316.88º 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 #F515B6 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 182 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.04 |
| HSL | 316.88º | 0.92% | 0.52% | - |
| HSV(B) | 316.88º | 0.91% | 0.96% | - |
| XYZ | 46.37 | 23.33 | 46.31 | - |
| YUV | 106.33 | 170.71 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 182 | 0 | 0.91 | 0.26 | 0.04 | 316.88 | 0.92 | 0.52 |
| Hex | F5 | 15 | B6 | 0 | 5B | 1A | 4 | 13D | 5C | 34 |
| Octal | 365 | 25 | 266 | 0 | 133 | 32 | 4 | 475 | 134 | 64 |
| Binary | 11110101 | 10101 | 10110110 | 0 | 1011011 | 11010 | 100 | 100111101 | 1011100 | 110100 |
Color Harmonies of #F515B6
Complementary color
Monochromatic Colors of #F515B6
Black with #F515B6
Text Example
Text Example
White with #F515B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515B6; }
p { color: rgb(245,21,182); }
H1.HeaderClassName
{
color: #F515B6;
}
.AnyTagClassName
{
color: #F515B6;
}
</style>
background-color css
<style>
a { background-color: #F515B6; }
a { background-color: rgb(245,21,182); }
div.DivClassName
{
background-color: #F515B6;
}
.BgClassName
{
background-color: #F515B6;
}
</style>
border-color css
<style>
span { border-color: #F515B6; }
span { border-color: rgb(245,21,182); }
td.TdClassName
{
border-color: #F515B6;
}
.TagClassName
{
border-color: #F515B6;
}
</style>