Shades of Shocking Pink #F103BB
Tints of Shocking Pink #F103BB
RGB
CMYK
RGB Variations
Color information
#F103BB (or 0xF103BB) is known color: Shocking Pink. HEX triplet: F1, 03 and BB. RGB value is (241,3,187). Sum of RGB (Red+Green+Blue) = 241+3+187=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F103BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103BB is #0EFC44. Grayscale: #5E5E5E. Windows color (decimal): -982085 or 12256241. OLE color: 12256241.
HSL color Cylindrical-coordinate representation of color #F103BB: hue angle of 313.61º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103BB is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.05 |
| HSL | 313.61º | 0.98% | 0.48% | - |
| HSV(B) | 313.61º | 0.99% | 0.95% | - |
| XYZ | 45.28 | 22.35 | 48.94 | - |
| YUV | 95.14 | 179.85 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 187 | 0 | 0.99 | 0.22 | 0.05 | 313.61 | 0.98 | 0.48 |
| Hex | F1 | 3 | BB | 0 | 63 | 16 | 5 | 13A | 62 | 30 |
| Octal | 361 | 3 | 273 | 0 | 143 | 26 | 5 | 472 | 142 | 60 |
| Binary | 11110001 | 11 | 10111011 | 0 | 1100011 | 10110 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F103BB
Complementary color
Monochromatic Colors of #F103BB
Black with #F103BB
Text Example
Text Example
White with #F103BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103BB; }
p { color: rgb(241,3,187); }
H1.HeaderClassName
{
color: #F103BB;
}
.AnyTagClassName
{
color: #F103BB;
}
</style>
background-color css
<style>
a { background-color: #F103BB; }
a { background-color: rgb(241,3,187); }
div.DivClassName
{
background-color: #F103BB;
}
.BgClassName
{
background-color: #F103BB;
}
</style>
border-color css
<style>
span { border-color: #F103BB; }
span { border-color: rgb(241,3,187); }
td.TdClassName
{
border-color: #F103BB;
}
.TagClassName
{
border-color: #F103BB;
}
</style>