Shades of Shocking Pink #FF15BF
Tints of Shocking Pink #FF15BF
RGB
CMYK
RGB Variations
Color information
#FF15BF (or 0xFF15BF) is known color: Shocking Pink. HEX triplet: FF, 15 and BF. RGB value is (255,21,191). Sum of RGB (Red+Green+Blue) = 255+21+191=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF15BF is #00EA40. Grayscale: #6D6D6D. Windows color (decimal): -59969 or 12523007. OLE color: 12523007.
HSL color Cylindrical-coordinate representation of color #FF15BF: hue angle of 316.41º 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 #FF15BF is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 191 | - |
| CMYK | 0 | 0.92 | 0.25 | 0 |
| HSL | 316.41º | 1% | 0.54% | - |
| HSV(B) | 316.41º | 0.92% | 1% | - |
| XYZ | 50.91 | 25.56 | 51.54 | - |
| YUV | 110.35 | 173.52 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 191 | 0 | 0.92 | 0.25 | 0 | 316.41 | 1 | 0.54 |
| Hex | FF | 15 | BF | 0 | 5C | 19 | 0 | 13C | 64 | 36 |
| Octal | 377 | 25 | 277 | 0 | 134 | 31 | 0 | 474 | 144 | 66 |
| Binary | 11111111 | 10101 | 10111111 | 0 | 1011100 | 11001 | 0 | 100111100 | 1100100 | 110110 |
Color Harmonies of #FF15BF
Complementary color
Monochromatic Colors of #FF15BF
Black with #FF15BF
Text Example
Text Example
White with #FF15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15BF; }
p { color: rgb(255,21,191); }
H1.HeaderClassName
{
color: #FF15BF;
}
.AnyTagClassName
{
color: #FF15BF;
}
</style>
background-color css
<style>
a { background-color: #FF15BF; }
a { background-color: rgb(255,21,191); }
div.DivClassName
{
background-color: #FF15BF;
}
.BgClassName
{
background-color: #FF15BF;
}
</style>
border-color css
<style>
span { border-color: #FF15BF; }
span { border-color: rgb(255,21,191); }
td.TdClassName
{
border-color: #FF15BF;
}
.TagClassName
{
border-color: #FF15BF;
}
</style>