Shades of Shocking Pink #F10BBE
Tints of Shocking Pink #F10BBE
RGB
CMYK
RGB Variations
Color information
#F10BBE (or 0xF10BBE) is known color: Shocking Pink. HEX triplet: F1, 0B and BE. RGB value is (241,11,190). Sum of RGB (Red+Green+Blue) = 241+11+190=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BBE is #0EF441. Grayscale: #636363. Windows color (decimal): -980034 or 12454897. OLE color: 12454897.
HSL color Cylindrical-coordinate representation of color #F10BBE: hue angle of 313.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BBE is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.05 |
| HSL | 313.3º | 0.91% | 0.49% | - |
| HSV(B) | 313.3º | 0.95% | 0.95% | - |
| XYZ | 45.69 | 22.66 | 50.68 | - |
| YUV | 100.18 | 178.7 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 190 | 0 | 0.95 | 0.21 | 0.05 | 313.3 | 0.91 | 0.49 |
| Hex | F1 | B | BE | 0 | 5F | 15 | 5 | 139 | 5B | 31 |
| Octal | 361 | 13 | 276 | 0 | 137 | 25 | 5 | 471 | 133 | 61 |
| Binary | 11110001 | 1011 | 10111110 | 0 | 1011111 | 10101 | 101 | 100111001 | 1011011 | 110001 |
Color Harmonies of #F10BBE
Complementary color
Monochromatic Colors of #F10BBE
Black with #F10BBE
Text Example
Text Example
White with #F10BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BBE; }
p { color: rgb(241,11,190); }
H1.HeaderClassName
{
color: #F10BBE;
}
.AnyTagClassName
{
color: #F10BBE;
}
</style>
background-color css
<style>
a { background-color: #F10BBE; }
a { background-color: rgb(241,11,190); }
div.DivClassName
{
background-color: #F10BBE;
}
.BgClassName
{
background-color: #F10BBE;
}
</style>
border-color css
<style>
span { border-color: #F10BBE; }
span { border-color: rgb(241,11,190); }
td.TdClassName
{
border-color: #F10BBE;
}
.TagClassName
{
border-color: #F10BBE;
}
</style>