Shades of Shocking Pink #F100BC
Tints of Shocking Pink #F100BC
RGB
CMYK
RGB Variations
Color information
#F100BC (or 0xF100BC) is known color: Shocking Pink. HEX triplet: F1, 00 and BC. RGB value is (241,0,188). Sum of RGB (Red+Green+Blue) = 241+0+188=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F100BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100BC is #0EFF43. Grayscale: #5C5C5C. Windows color (decimal): -982852 or 12321009. OLE color: 12321009.
HSL color Cylindrical-coordinate representation of color #F100BC: hue angle of 313.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100BC is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.22 | 0.05 |
| HSL | 313.2º | 1% | 0.47% | - |
| HSV(B) | 313.2º | 1% | 0.95% | - |
| XYZ | 45.35 | 22.33 | 49.5 | - |
| YUV | 93.49 | 181.34 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 188 | 0 | 1 | 0.22 | 0.05 | 313.2 | 1 | 0.47 |
| Hex | F1 | 0 | BC | 0 | 64 | 16 | 5 | 139 | 64 | 2F |
| Octal | 361 | 0 | 274 | 0 | 144 | 26 | 5 | 471 | 144 | 57 |
| Binary | 11110001 | 0 | 10111100 | 0 | 1100100 | 10110 | 101 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F100BC
Complementary color
Monochromatic Colors of #F100BC
Black with #F100BC
Text Example
Text Example
White with #F100BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100BC; }
p { color: rgb(241,0,188); }
H1.HeaderClassName
{
color: #F100BC;
}
.AnyTagClassName
{
color: #F100BC;
}
</style>
background-color css
<style>
a { background-color: #F100BC; }
a { background-color: rgb(241,0,188); }
div.DivClassName
{
background-color: #F100BC;
}
.BgClassName
{
background-color: #F100BC;
}
</style>
border-color css
<style>
span { border-color: #F100BC; }
span { border-color: rgb(241,0,188); }
td.TdClassName
{
border-color: #F100BC;
}
.TagClassName
{
border-color: #F100BC;
}
</style>