Shades of Shocking Pink #F10AB8
Tints of Shocking Pink #F10AB8
RGB
CMYK
RGB Variations
Color information
#F10AB8 (or 0xF10AB8) is known color: Shocking Pink. HEX triplet: F1, 0A and B8. RGB value is (241,10,184). Sum of RGB (Red+Green+Blue) = 241+10+184=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AB8 is #0EF547. Grayscale: #626262. Windows color (decimal): -980296 or 12061425. OLE color: 12061425.
HSL color Cylindrical-coordinate representation of color #F10AB8: hue angle of 314.81º 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 #F10AB8 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 184 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.05 |
| HSL | 314.81º | 0.92% | 0.49% | - |
| HSV(B) | 314.81º | 0.96% | 0.95% | - |
| XYZ | 45.04 | 22.38 | 47.29 | - |
| YUV | 98.91 | 176.03 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 184 | 0 | 0.96 | 0.24 | 0.05 | 314.81 | 0.92 | 0.49 |
| Hex | F1 | A | B8 | 0 | 60 | 18 | 5 | 13B | 5C | 31 |
| Octal | 361 | 12 | 270 | 0 | 140 | 30 | 5 | 473 | 134 | 61 |
| Binary | 11110001 | 1010 | 10111000 | 0 | 1100000 | 11000 | 101 | 100111011 | 1011100 | 110001 |
Color Harmonies of #F10AB8
Complementary color
Monochromatic Colors of #F10AB8
Black with #F10AB8
Text Example
Text Example
White with #F10AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AB8; }
p { color: rgb(241,10,184); }
H1.HeaderClassName
{
color: #F10AB8;
}
.AnyTagClassName
{
color: #F10AB8;
}
</style>
background-color css
<style>
a { background-color: #F10AB8; }
a { background-color: rgb(241,10,184); }
div.DivClassName
{
background-color: #F10AB8;
}
.BgClassName
{
background-color: #F10AB8;
}
</style>
border-color css
<style>
span { border-color: #F10AB8; }
span { border-color: rgb(241,10,184); }
td.TdClassName
{
border-color: #F10AB8;
}
.TagClassName
{
border-color: #F10AB8;
}
</style>