Shades of Shocking Pink #F10ABC
Tints of Shocking Pink #F10ABC
RGB
CMYK
RGB Variations
Color information
#F10ABC (or 0xF10ABC) is known color: Shocking Pink. HEX triplet: F1, 0A and BC. RGB value is (241,10,188). Sum of RGB (Red+Green+Blue) = 241+10+188=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F10ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10ABC is #0EF543. Grayscale: #626262. Windows color (decimal): -980292 or 12323569. OLE color: 12323569.
HSL color Cylindrical-coordinate representation of color #F10ABC: hue angle of 313.77º 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 #F10ABC is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.05 |
| HSL | 313.77º | 0.92% | 0.49% | - |
| HSV(B) | 313.77º | 0.96% | 0.95% | - |
| XYZ | 45.46 | 22.55 | 49.53 | - |
| YUV | 99.36 | 178.03 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 188 | 0 | 0.96 | 0.22 | 0.05 | 313.77 | 0.92 | 0.49 |
| Hex | F1 | A | BC | 0 | 60 | 16 | 5 | 13A | 5C | 31 |
| Octal | 361 | 12 | 274 | 0 | 140 | 26 | 5 | 472 | 134 | 61 |
| Binary | 11110001 | 1010 | 10111100 | 0 | 1100000 | 10110 | 101 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F10ABC
Complementary color
Monochromatic Colors of #F10ABC
Black with #F10ABC
Text Example
Text Example
White with #F10ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10ABC; }
p { color: rgb(241,10,188); }
H1.HeaderClassName
{
color: #F10ABC;
}
.AnyTagClassName
{
color: #F10ABC;
}
</style>
background-color css
<style>
a { background-color: #F10ABC; }
a { background-color: rgb(241,10,188); }
div.DivClassName
{
background-color: #F10ABC;
}
.BgClassName
{
background-color: #F10ABC;
}
</style>
border-color css
<style>
span { border-color: #F10ABC; }
span { border-color: rgb(241,10,188); }
td.TdClassName
{
border-color: #F10ABC;
}
.TagClassName
{
border-color: #F10ABC;
}
</style>