Shades of Shocking Pink #F100B5
Tints of Shocking Pink #F100B5
RGB
CMYK
RGB Variations
Color information
#F100B5 (or 0xF100B5) is known color: Shocking Pink. HEX triplet: F1, 00 and B5. RGB value is (241,0,181). Sum of RGB (Red+Green+Blue) = 241+0+181=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F100B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100B5 is #0EFF4A. Grayscale: #5C5C5C. Windows color (decimal): -982859 or 11862257. OLE color: 11862257.
HSL color Cylindrical-coordinate representation of color #F100B5: hue angle of 314.94º 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 #F100B5 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.25 | 0.05 |
| HSL | 314.94º | 1% | 0.47% | - |
| HSV(B) | 314.94º | 1% | 0.95% | - |
| XYZ | 44.62 | 22.04 | 45.62 | - |
| YUV | 92.69 | 177.84 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 181 | 0 | 1 | 0.25 | 0.05 | 314.94 | 1 | 0.47 |
| Hex | F1 | 0 | B5 | 0 | 64 | 19 | 5 | 13B | 64 | 2F |
| Octal | 361 | 0 | 265 | 0 | 144 | 31 | 5 | 473 | 144 | 57 |
| Binary | 11110001 | 0 | 10110101 | 0 | 1100100 | 11001 | 101 | 100111011 | 1100100 | 101111 |
Color Harmonies of #F100B5
Complementary color
Monochromatic Colors of #F100B5
Black with #F100B5
Text Example
Text Example
White with #F100B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100B5; }
p { color: rgb(241,0,181); }
H1.HeaderClassName
{
color: #F100B5;
}
.AnyTagClassName
{
color: #F100B5;
}
</style>
background-color css
<style>
a { background-color: #F100B5; }
a { background-color: rgb(241,0,181); }
div.DivClassName
{
background-color: #F100B5;
}
.BgClassName
{
background-color: #F100B5;
}
</style>
border-color css
<style>
span { border-color: #F100B5; }
span { border-color: rgb(241,0,181); }
td.TdClassName
{
border-color: #F100B5;
}
.TagClassName
{
border-color: #F100B5;
}
</style>