Shades of Shocking Pink #F10ABE
Tints of Shocking Pink #F10ABE
RGB
CMYK
RGB Variations
Color information
#F10ABE (or 0xF10ABE) is known color: Shocking Pink. HEX triplet: F1, 0A and BE. RGB value is (241,10,190). Sum of RGB (Red+Green+Blue) = 241+10+190=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ABE is #0EF541. Grayscale: #636363. Windows color (decimal): -980290 or 12454641. OLE color: 12454641.
HSL color Cylindrical-coordinate representation of color #F10ABE: hue angle of 313.25º 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 #F10ABE is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.05 |
| HSL | 313.25º | 0.92% | 0.49% | - |
| HSV(B) | 313.25º | 0.96% | 0.95% | - |
| XYZ | 45.68 | 22.64 | 50.68 | - |
| YUV | 99.59 | 179.03 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 190 | 0 | 0.96 | 0.21 | 0.05 | 313.25 | 0.92 | 0.49 |
| Hex | F1 | A | BE | 0 | 60 | 15 | 5 | 139 | 5C | 31 |
| Octal | 361 | 12 | 276 | 0 | 140 | 25 | 5 | 471 | 134 | 61 |
| Binary | 11110001 | 1010 | 10111110 | 0 | 1100000 | 10101 | 101 | 100111001 | 1011100 | 110001 |
Color Harmonies of #F10ABE
Complementary color
Monochromatic Colors of #F10ABE
Black with #F10ABE
Text Example
Text Example
White with #F10ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ABE; }
p { color: rgb(241,10,190); }
H1.HeaderClassName
{
color: #F10ABE;
}
.AnyTagClassName
{
color: #F10ABE;
}
</style>
background-color css
<style>
a { background-color: #F10ABE; }
a { background-color: rgb(241,10,190); }
div.DivClassName
{
background-color: #F10ABE;
}
.BgClassName
{
background-color: #F10ABE;
}
</style>
border-color css
<style>
span { border-color: #F10ABE; }
span { border-color: rgb(241,10,190); }
td.TdClassName
{
border-color: #F10ABE;
}
.TagClassName
{
border-color: #F10ABE;
}
</style>