Shades of Deep Pink #F10188
Tints of Deep Pink #F10188
RGB
CMYK
RGB Variations
Color information
#F10188 (or 0xF10188) is known color: Deep Pink. HEX triplet: F1, 01 and 88. RGB value is (241,1,136). Sum of RGB (Red+Green+Blue) = 241+1+136=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F10188 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10188 is #0EFE77. Grayscale: #575757. Windows color (decimal): -982648 or 8913393. OLE color: 8913393.
HSL color Cylindrical-coordinate representation of color #F10188: hue angle of 326.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10188 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 136 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.05 |
| HSL | 326.25º | 0.99% | 0.47% | - |
| HSV(B) | 326.25º | 1% | 0.95% | - |
| XYZ | 40.73 | 20.5 | 25.1 | - |
| YUV | 88.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 136 | 0 | 1.00 | 0.44 | 0.05 | 326.25 | 0.99 | 0.47 |
| Hex | F1 | 1 | 88 | 0 | 64 | 2C | 5 | 146 | 63 | 2F |
| Octal | 361 | 1 | 210 | 0 | 144 | 54 | 5 | 506 | 143 | 57 |
| Binary | 11110001 | 1 | 10001000 | 0 | 1100100 | 101100 | 101 | 101000110 | 1100011 | 101111 |
Color Harmonies of #F10188
Complementary color
Monochromatic Colors of #F10188
Black with #F10188
Text Example
Text Example
White with #F10188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10188; }
p { color: rgb(241,1,136); }
H1.HeaderClassName
{
color: #F10188;
}
.AnyTagClassName
{
color: #F10188;
}
</style>
background-color css
<style>
a { background-color: #F10188; }
a { background-color: rgb(241,1,136); }
div.DivClassName
{
background-color: #F10188;
}
.BgClassName
{
background-color: #F10188;
}
</style>
border-color css
<style>
span { border-color: #F10188; }
span { border-color: rgb(241,1,136); }
td.TdClassName
{
border-color: #F10188;
}
.TagClassName
{
border-color: #F10188;
}
</style>