Shades of Shocking Pink #F10BC5
Tints of Shocking Pink #F10BC5
RGB
CMYK
RGB Variations
Color information
#F10BC5 (or 0xF10BC5) is known color: Shocking Pink. HEX triplet: F1, 0B and C5. RGB value is (241,11,197). Sum of RGB (Red+Green+Blue) = 241+11+197=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BC5 is #0EF43A. Grayscale: #646464. Windows color (decimal): -980027 or 12913649. OLE color: 12913649.
HSL color Cylindrical-coordinate representation of color #F10BC5: hue angle of 311.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.05 |
| HSL | 311.48º | 0.91% | 0.49% | - |
| HSV(B) | 311.48º | 0.95% | 0.95% | - |
| XYZ | 46.47 | 22.97 | 54.81 | - |
| YUV | 100.97 | 182.2 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 197 | 0 | 0.95 | 0.18 | 0.05 | 311.48 | 0.91 | 0.49 |
| Hex | F1 | B | C5 | 0 | 5F | 12 | 5 | 137 | 5B | 31 |
| Octal | 361 | 13 | 305 | 0 | 137 | 22 | 5 | 467 | 133 | 61 |
| Binary | 11110001 | 1011 | 11000101 | 0 | 1011111 | 10010 | 101 | 100110111 | 1011011 | 110001 |
Color Harmonies of #F10BC5
Complementary color
Monochromatic Colors of #F10BC5
Black with #F10BC5
Text Example
Text Example
White with #F10BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BC5; }
p { color: rgb(241,11,197); }
H1.HeaderClassName
{
color: #F10BC5;
}
.AnyTagClassName
{
color: #F10BC5;
}
</style>
background-color css
<style>
a { background-color: #F10BC5; }
a { background-color: rgb(241,11,197); }
div.DivClassName
{
background-color: #F10BC5;
}
.BgClassName
{
background-color: #F10BC5;
}
</style>
border-color css
<style>
span { border-color: #F10BC5; }
span { border-color: rgb(241,11,197); }
td.TdClassName
{
border-color: #F10BC5;
}
.TagClassName
{
border-color: #F10BC5;
}
</style>