Shades of Shocking Pink #F103B9
Tints of Shocking Pink #F103B9
RGB
CMYK
RGB Variations
Color information
#F103B9 (or 0xF103B9) is known color: Shocking Pink. HEX triplet: F1, 03 and B9. RGB value is (241,3,185). Sum of RGB (Red+Green+Blue) = 241+3+185=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F103B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103B9 is #0EFC46. Grayscale: #5E5E5E. Windows color (decimal): -982087 or 12125169. OLE color: 12125169.
HSL color Cylindrical-coordinate representation of color #F103B9: hue angle of 314.12º 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 #F103B9 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.05 |
| HSL | 314.12º | 0.98% | 0.48% | - |
| HSV(B) | 314.12º | 0.99% | 0.95% | - |
| XYZ | 45.07 | 22.27 | 47.82 | - |
| YUV | 94.91 | 178.85 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 185 | 0 | 0.99 | 0.23 | 0.05 | 314.12 | 0.98 | 0.48 |
| Hex | F1 | 3 | B9 | 0 | 63 | 17 | 5 | 13A | 62 | 30 |
| Octal | 361 | 3 | 271 | 0 | 143 | 27 | 5 | 472 | 142 | 60 |
| Binary | 11110001 | 11 | 10111001 | 0 | 1100011 | 10111 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F103B9
Complementary color
Monochromatic Colors of #F103B9
Black with #F103B9
Text Example
Text Example
White with #F103B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103B9; }
p { color: rgb(241,3,185); }
H1.HeaderClassName
{
color: #F103B9;
}
.AnyTagClassName
{
color: #F103B9;
}
</style>
background-color css
<style>
a { background-color: #F103B9; }
a { background-color: rgb(241,3,185); }
div.DivClassName
{
background-color: #F103B9;
}
.BgClassName
{
background-color: #F103B9;
}
</style>
border-color css
<style>
span { border-color: #F103B9; }
span { border-color: rgb(241,3,185); }
td.TdClassName
{
border-color: #F103B9;
}
.TagClassName
{
border-color: #F103B9;
}
</style>