Shades of Shocking Pink #F10ABB
Tints of Shocking Pink #F10ABB
RGB
CMYK
RGB Variations
Color information
#F10ABB (or 0xF10ABB) is known color: Shocking Pink. HEX triplet: F1, 0A and BB. RGB value is (241,10,187). Sum of RGB (Red+Green+Blue) = 241+10+187=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ABB is #0EF544. Grayscale: #626262. Windows color (decimal): -980293 or 12258033. OLE color: 12258033.
HSL color Cylindrical-coordinate representation of color #F10ABB: hue angle of 314.03º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10ABB is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.05 |
| HSL | 314.03º | 0.92% | 0.49% | - |
| HSV(B) | 314.03º | 0.96% | 0.95% | - |
| XYZ | 45.35 | 22.51 | 48.97 | - |
| YUV | 99.25 | 177.53 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 187 | 0 | 0.96 | 0.22 | 0.05 | 314.03 | 0.92 | 0.49 |
| Hex | F1 | A | BB | 0 | 60 | 16 | 5 | 13A | 5C | 31 |
| Octal | 361 | 12 | 273 | 0 | 140 | 26 | 5 | 472 | 134 | 61 |
| Binary | 11110001 | 1010 | 10111011 | 0 | 1100000 | 10110 | 101 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F10ABB
Complementary color
Monochromatic Colors of #F10ABB
Black with #F10ABB
Text Example
Text Example
White with #F10ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ABB; }
p { color: rgb(241,10,187); }
H1.HeaderClassName
{
color: #F10ABB;
}
.AnyTagClassName
{
color: #F10ABB;
}
</style>
background-color css
<style>
a { background-color: #F10ABB; }
a { background-color: rgb(241,10,187); }
div.DivClassName
{
background-color: #F10ABB;
}
.BgClassName
{
background-color: #F10ABB;
}
</style>
border-color css
<style>
span { border-color: #F10ABB; }
span { border-color: rgb(241,10,187); }
td.TdClassName
{
border-color: #F10ABB;
}
.TagClassName
{
border-color: #F10ABB;
}
</style>