Shades of Shocking Pink #F10CBA
Tints of Shocking Pink #F10CBA
RGB
CMYK
RGB Variations
Color information
#F10CBA (or 0xF10CBA) is known color: Shocking Pink. HEX triplet: F1, 0C and BA. RGB value is (241,12,186). Sum of RGB (Red+Green+Blue) = 241+12+186=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F10CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10CBA is #0EF345. Grayscale: #636363. Windows color (decimal): -979782 or 12193009. OLE color: 12193009.
HSL color Cylindrical-coordinate representation of color #F10CBA: hue angle of 314.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10CBA is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.41º | 0.91% | 0.5% | - |
| HSV(B) | 314.41º | 0.95% | 0.95% | - |
| XYZ | 45.27 | 22.51 | 48.41 | - |
| YUV | 100.31 | 176.37 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 12 | 186 | 0 | 0.95 | 0.23 | 0.05 | 314.41 | 0.91 | 0.5 |
| Hex | F1 | C | BA | 0 | 5F | 17 | 5 | 13A | 5B | 32 |
| Octal | 361 | 14 | 272 | 0 | 137 | 27 | 5 | 472 | 133 | 62 |
| Binary | 11110001 | 1100 | 10111010 | 0 | 1011111 | 10111 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F10CBA
Complementary color
Monochromatic Colors of #F10CBA
Black with #F10CBA
Text Example
Text Example
White with #F10CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10CBA; }
p { color: rgb(241,12,186); }
H1.HeaderClassName
{
color: #F10CBA;
}
.AnyTagClassName
{
color: #F10CBA;
}
</style>
background-color css
<style>
a { background-color: #F10CBA; }
a { background-color: rgb(241,12,186); }
div.DivClassName
{
background-color: #F10CBA;
}
.BgClassName
{
background-color: #F10CBA;
}
</style>
border-color css
<style>
span { border-color: #F10CBA; }
span { border-color: rgb(241,12,186); }
td.TdClassName
{
border-color: #F10CBA;
}
.TagClassName
{
border-color: #F10CBA;
}
</style>