Shades of Shocking Pink #F10BB1
Tints of Shocking Pink #F10BB1
RGB
CMYK
RGB Variations
Color information
#F10BB1 (or 0xF10BB1) is known color: Shocking Pink. HEX triplet: F1, 0B and B1. RGB value is (241,11,177). Sum of RGB (Red+Green+Blue) = 241+11+177=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BB1 is #0EF44E. Grayscale: #626262. Windows color (decimal): -980047 or 11602929. OLE color: 11602929.
HSL color Cylindrical-coordinate representation of color #F10BB1: hue angle of 316.7º 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 #F10BB1 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 177 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.05 |
| HSL | 316.7º | 0.91% | 0.49% | - |
| HSV(B) | 316.7º | 0.95% | 0.95% | - |
| XYZ | 44.33 | 22.11 | 43.53 | - |
| YUV | 98.69 | 172.2 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 177 | 0 | 0.95 | 0.27 | 0.05 | 316.7 | 0.91 | 0.49 |
| Hex | F1 | B | B1 | 0 | 5F | 1B | 5 | 13D | 5B | 31 |
| Octal | 361 | 13 | 261 | 0 | 137 | 33 | 5 | 475 | 133 | 61 |
| Binary | 11110001 | 1011 | 10110001 | 0 | 1011111 | 11011 | 101 | 100111101 | 1011011 | 110001 |
Color Harmonies of #F10BB1
Complementary color
Monochromatic Colors of #F10BB1
Black with #F10BB1
Text Example
Text Example
White with #F10BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BB1; }
p { color: rgb(241,11,177); }
H1.HeaderClassName
{
color: #F10BB1;
}
.AnyTagClassName
{
color: #F10BB1;
}
</style>
background-color css
<style>
a { background-color: #F10BB1; }
a { background-color: rgb(241,11,177); }
div.DivClassName
{
background-color: #F10BB1;
}
.BgClassName
{
background-color: #F10BB1;
}
</style>
border-color css
<style>
span { border-color: #F10BB1; }
span { border-color: rgb(241,11,177); }
td.TdClassName
{
border-color: #F10BB1;
}
.TagClassName
{
border-color: #F10BB1;
}
</style>