Shades of Shocking Pink #F100BE
Tints of Shocking Pink #F100BE
RGB
CMYK
RGB Variations
Color information
#F100BE (or 0xF100BE) is known color: Shocking Pink. HEX triplet: F1, 00 and BE. RGB value is (241,0,190). Sum of RGB (Red+Green+Blue) = 241+0+190=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F100BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100BE is #0EFF41. Grayscale: #5D5D5D. Windows color (decimal): -982850 or 12452081. OLE color: 12452081.
HSL color Cylindrical-coordinate representation of color #F100BE: hue angle of 312.7º 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 #F100BE is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.21 | 0.05 |
| HSL | 312.7º | 1% | 0.47% | - |
| HSV(B) | 312.7º | 1% | 0.95% | - |
| XYZ | 45.57 | 22.42 | 50.64 | - |
| YUV | 93.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 190 | 0 | 1 | 0.21 | 0.05 | 312.7 | 1 | 0.47 |
| Hex | F1 | 0 | BE | 0 | 64 | 15 | 5 | 139 | 64 | 2F |
| Octal | 361 | 0 | 276 | 0 | 144 | 25 | 5 | 471 | 144 | 57 |
| Binary | 11110001 | 0 | 10111110 | 0 | 1100100 | 10101 | 101 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F100BE
Complementary color
Monochromatic Colors of #F100BE
Black with #F100BE
Text Example
Text Example
White with #F100BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100BE; }
p { color: rgb(241,0,190); }
H1.HeaderClassName
{
color: #F100BE;
}
.AnyTagClassName
{
color: #F100BE;
}
</style>
background-color css
<style>
a { background-color: #F100BE; }
a { background-color: rgb(241,0,190); }
div.DivClassName
{
background-color: #F100BE;
}
.BgClassName
{
background-color: #F100BE;
}
</style>
border-color css
<style>
span { border-color: #F100BE; }
span { border-color: rgb(241,0,190); }
td.TdClassName
{
border-color: #F100BE;
}
.TagClassName
{
border-color: #F100BE;
}
</style>