Shades of Shocking Pink #FF15BE
Tints of Shocking Pink #FF15BE
RGB
CMYK
RGB Variations
Color information
#FF15BE (or 0xFF15BE) is known color: Shocking Pink. HEX triplet: FF, 15 and BE. RGB value is (255,21,190). Sum of RGB (Red+Green+Blue) = 255+21+190=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15BE is #00EA41. Grayscale: #6D6D6D. Windows color (decimal): -59970 or 12457471. OLE color: 12457471.
HSL color Cylindrical-coordinate representation of color #FF15BE: hue angle of 316.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15BE is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 190 | - |
| CMYK | 0 | 0.92 | 0.25 | 0 |
| HSL | 316.67º | 1% | 0.54% | - |
| HSV(B) | 316.67º | 0.92% | 1% | - |
| XYZ | 50.8 | 25.51 | 50.96 | - |
| YUV | 110.23 | 173.02 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 190 | 0 | 0.92 | 0.25 | 0 | 316.67 | 1 | 0.54 |
| Hex | FF | 15 | BE | 0 | 5C | 19 | 0 | 13D | 64 | 36 |
| Octal | 377 | 25 | 276 | 0 | 134 | 31 | 0 | 475 | 144 | 66 |
| Binary | 11111111 | 10101 | 10111110 | 0 | 1011100 | 11001 | 0 | 100111101 | 1100100 | 110110 |
Color Harmonies of #FF15BE
Complementary color
Monochromatic Colors of #FF15BE
Black with #FF15BE
Text Example
Text Example
White with #FF15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15BE; }
p { color: rgb(255,21,190); }
H1.HeaderClassName
{
color: #FF15BE;
}
.AnyTagClassName
{
color: #FF15BE;
}
</style>
background-color css
<style>
a { background-color: #FF15BE; }
a { background-color: rgb(255,21,190); }
div.DivClassName
{
background-color: #FF15BE;
}
.BgClassName
{
background-color: #FF15BE;
}
</style>
border-color css
<style>
span { border-color: #FF15BE; }
span { border-color: rgb(255,21,190); }
td.TdClassName
{
border-color: #FF15BE;
}
.TagClassName
{
border-color: #FF15BE;
}
</style>