Shades of Shocking Pink #F10BB8
Tints of Shocking Pink #F10BB8
RGB
CMYK
RGB Variations
Color information
#F10BB8 (or 0xF10BB8) is known color: Shocking Pink. HEX triplet: F1, 0B and B8. RGB value is (241,11,184). Sum of RGB (Red+Green+Blue) = 241+11+184=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BB8 is #0EF447. Grayscale: #636363. Windows color (decimal): -980040 or 12061681. OLE color: 12061681.
HSL color Cylindrical-coordinate representation of color #F10BB8: hue angle of 314.87º 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 #F10BB8 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 184 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 314.87º | 0.91% | 0.49% | - |
| HSV(B) | 314.87º | 0.95% | 0.95% | - |
| XYZ | 45.05 | 22.4 | 47.3 | - |
| YUV | 99.49 | 175.7 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 184 | 0 | 0.95 | 0.24 | 0.05 | 314.87 | 0.91 | 0.49 |
| Hex | F1 | B | B8 | 0 | 5F | 18 | 5 | 13B | 5B | 31 |
| Octal | 361 | 13 | 270 | 0 | 137 | 30 | 5 | 473 | 133 | 61 |
| Binary | 11110001 | 1011 | 10111000 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011011 | 110001 |
Color Harmonies of #F10BB8
Complementary color
Monochromatic Colors of #F10BB8
Black with #F10BB8
Text Example
Text Example
White with #F10BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BB8; }
p { color: rgb(241,11,184); }
H1.HeaderClassName
{
color: #F10BB8;
}
.AnyTagClassName
{
color: #F10BB8;
}
</style>
background-color css
<style>
a { background-color: #F10BB8; }
a { background-color: rgb(241,11,184); }
div.DivClassName
{
background-color: #F10BB8;
}
.BgClassName
{
background-color: #F10BB8;
}
</style>
border-color css
<style>
span { border-color: #F10BB8; }
span { border-color: rgb(241,11,184); }
td.TdClassName
{
border-color: #F10BB8;
}
.TagClassName
{
border-color: #F10BB8;
}
</style>