Shades of Shocking Pink #F10FB6
Tints of Shocking Pink #F10FB6
RGB
CMYK
RGB Variations
Color information
#F10FB6 (or 0xF10FB6) is known color: Shocking Pink. HEX triplet: F1, 0F and B6. RGB value is (241,15,182). Sum of RGB (Red+Green+Blue) = 241+15+182=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FB6 is #0EF049. Grayscale: #656565. Windows color (decimal): -979018 or 11931633. OLE color: 11931633.
HSL color Cylindrical-coordinate representation of color #F10FB6: hue angle of 315.66º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FB6 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 182 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.05 |
| HSL | 315.66º | 0.89% | 0.5% | - |
| HSV(B) | 315.66º | 0.94% | 0.95% | - |
| XYZ | 44.89 | 22.42 | 46.22 | - |
| YUV | 101.61 | 173.37 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 182 | 0 | 0.94 | 0.24 | 0.05 | 315.66 | 0.89 | 0.5 |
| Hex | F1 | F | B6 | 0 | 5E | 18 | 5 | 13C | 59 | 32 |
| Octal | 361 | 17 | 266 | 0 | 136 | 30 | 5 | 474 | 131 | 62 |
| Binary | 11110001 | 1111 | 10110110 | 0 | 1011110 | 11000 | 101 | 100111100 | 1011001 | 110010 |
Color Harmonies of #F10FB6
Complementary color
Monochromatic Colors of #F10FB6
Black with #F10FB6
Text Example
Text Example
White with #F10FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FB6; }
p { color: rgb(241,15,182); }
H1.HeaderClassName
{
color: #F10FB6;
}
.AnyTagClassName
{
color: #F10FB6;
}
</style>
background-color css
<style>
a { background-color: #F10FB6; }
a { background-color: rgb(241,15,182); }
div.DivClassName
{
background-color: #F10FB6;
}
.BgClassName
{
background-color: #F10FB6;
}
</style>
border-color css
<style>
span { border-color: #F10FB6; }
span { border-color: rgb(241,15,182); }
td.TdClassName
{
border-color: #F10FB6;
}
.TagClassName
{
border-color: #F10FB6;
}
</style>