Shades of Shocking Pink #FF11BE
Tints of Shocking Pink #FF11BE
RGB
CMYK
RGB Variations
Color information
#FF11BE (or 0xFF11BE) is known color: Shocking Pink. HEX triplet: FF, 11 and BE. RGB value is (255,17,190). Sum of RGB (Red+Green+Blue) = 255+17+190=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11BE is #00EE41. Grayscale: #6B6B6B. Windows color (decimal): -60994 or 12456447. OLE color: 12456447.
HSL color Cylindrical-coordinate representation of color #FF11BE: hue angle of 316.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11BE is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 190 | - |
| CMYK | 0 | 0.93 | 0.25 | 0 |
| HSL | 316.39º | 1% | 0.53% | - |
| HSV(B) | 316.39º | 0.93% | 1% | - |
| XYZ | 50.73 | 25.38 | 50.94 | - |
| YUV | 107.88 | 174.35 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 190 | 0 | 0.93 | 0.25 | 0 | 316.39 | 1 | 0.53 |
| Hex | FF | 11 | BE | 0 | 5D | 19 | 0 | 13C | 64 | 35 |
| Octal | 377 | 21 | 276 | 0 | 135 | 31 | 0 | 474 | 144 | 65 |
| Binary | 11111111 | 10001 | 10111110 | 0 | 1011101 | 11001 | 0 | 100111100 | 1100100 | 110101 |
Color Harmonies of #FF11BE
Complementary color
Monochromatic Colors of #FF11BE
Black with #FF11BE
Text Example
Text Example
White with #FF11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11BE; }
p { color: rgb(255,17,190); }
H1.HeaderClassName
{
color: #FF11BE;
}
.AnyTagClassName
{
color: #FF11BE;
}
</style>
background-color css
<style>
a { background-color: #FF11BE; }
a { background-color: rgb(255,17,190); }
div.DivClassName
{
background-color: #FF11BE;
}
.BgClassName
{
background-color: #FF11BE;
}
</style>
border-color css
<style>
span { border-color: #FF11BE; }
span { border-color: rgb(255,17,190); }
td.TdClassName
{
border-color: #FF11BE;
}
.TagClassName
{
border-color: #FF11BE;
}
</style>