Shades of Shocking Pink #F10FB4
Tints of Shocking Pink #F10FB4
RGB
CMYK
RGB Variations
Color information
#F10FB4 (or 0xF10FB4) is known color: Shocking Pink. HEX triplet: F1, 0F and B4. RGB value is (241,15,180). Sum of RGB (Red+Green+Blue) = 241+15+180=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10FB4 is #0EF04B. Grayscale: #646464. Windows color (decimal): -979020 or 11800561. OLE color: 11800561.
HSL color Cylindrical-coordinate representation of color #F10FB4: hue angle of 316.19º 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 #F10FB4 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 180 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.05 |
| HSL | 316.19º | 0.89% | 0.5% | - |
| HSV(B) | 316.19º | 0.94% | 0.95% | - |
| XYZ | 44.68 | 22.34 | 45.14 | - |
| YUV | 101.38 | 172.37 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 180 | 0 | 0.94 | 0.25 | 0.05 | 316.19 | 0.89 | 0.5 |
| Hex | F1 | F | B4 | 0 | 5E | 19 | 5 | 13C | 59 | 32 |
| Octal | 361 | 17 | 264 | 0 | 136 | 31 | 5 | 474 | 131 | 62 |
| Binary | 11110001 | 1111 | 10110100 | 0 | 1011110 | 11001 | 101 | 100111100 | 1011001 | 110010 |
Color Harmonies of #F10FB4
Complementary color
Monochromatic Colors of #F10FB4
Black with #F10FB4
Text Example
Text Example
White with #F10FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FB4; }
p { color: rgb(241,15,180); }
H1.HeaderClassName
{
color: #F10FB4;
}
.AnyTagClassName
{
color: #F10FB4;
}
</style>
background-color css
<style>
a { background-color: #F10FB4; }
a { background-color: rgb(241,15,180); }
div.DivClassName
{
background-color: #F10FB4;
}
.BgClassName
{
background-color: #F10FB4;
}
</style>
border-color css
<style>
span { border-color: #F10FB4; }
span { border-color: rgb(241,15,180); }
td.TdClassName
{
border-color: #F10FB4;
}
.TagClassName
{
border-color: #F10FB4;
}
</style>