Shades of Shocking Pink #F10BCB
Tints of Shocking Pink #F10BCB
RGB
CMYK
RGB Variations
Color information
#F10BCB (or 0xF10BCB) is known color: Shocking Pink. HEX triplet: F1, 0B and CB. RGB value is (241,11,203). Sum of RGB (Red+Green+Blue) = 241+11+203=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BCB is #0EF434. Grayscale: #656565. Windows color (decimal): -980021 or 13306865. OLE color: 13306865.
HSL color Cylindrical-coordinate representation of color #F10BCB: hue angle of 309.91º 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 #F10BCB is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 203 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.05 |
| HSL | 309.91º | 0.91% | 0.49% | - |
| HSV(B) | 309.91º | 0.95% | 0.95% | - |
| XYZ | 47.17 | 23.25 | 58.5 | - |
| YUV | 101.66 | 185.2 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 203 | 0 | 0.95 | 0.16 | 0.05 | 309.91 | 0.91 | 0.49 |
| Hex | F1 | B | CB | 0 | 5F | 10 | 5 | 136 | 5B | 31 |
| Octal | 361 | 13 | 313 | 0 | 137 | 20 | 5 | 466 | 133 | 61 |
| Binary | 11110001 | 1011 | 11001011 | 0 | 1011111 | 10000 | 101 | 100110110 | 1011011 | 110001 |
Color Harmonies of #F10BCB
Complementary color
Monochromatic Colors of #F10BCB
Black with #F10BCB
Text Example
Text Example
White with #F10BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BCB; }
p { color: rgb(241,11,203); }
H1.HeaderClassName
{
color: #F10BCB;
}
.AnyTagClassName
{
color: #F10BCB;
}
</style>
background-color css
<style>
a { background-color: #F10BCB; }
a { background-color: rgb(241,11,203); }
div.DivClassName
{
background-color: #F10BCB;
}
.BgClassName
{
background-color: #F10BCB;
}
</style>
border-color css
<style>
span { border-color: #F10BCB; }
span { border-color: rgb(241,11,203); }
td.TdClassName
{
border-color: #F10BCB;
}
.TagClassName
{
border-color: #F10BCB;
}
</style>