Shades of Deep Pink #F1017B
Tints of Deep Pink #F1017B
RGB
CMYK
RGB Variations
Color information
#F1017B (or 0xF1017B) is known color: Deep Pink. HEX triplet: F1, 01 and 7B. RGB value is (241,1,123). Sum of RGB (Red+Green+Blue) = 241+1+123=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1017B is #0EFE84. Grayscale: #565656. Windows color (decimal): -982661 or 8061425. OLE color: 8061425.
HSL color Cylindrical-coordinate representation of color #F1017B: hue angle of 329.5º 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 #F1017B is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.05 |
| HSL | 329.5º | 0.99% | 0.47% | - |
| HSV(B) | 329.5º | 1% | 0.95% | - |
| XYZ | 39.86 | 20.15 | 20.53 | - |
| YUV | 86.67 | 148.51 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 123 | 0 | 1.00 | 0.49 | 0.05 | 329.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | 7B | 0 | 64 | 31 | 5 | 14A | 63 | 2F |
| Octal | 361 | 1 | 173 | 0 | 144 | 61 | 5 | 512 | 143 | 57 |
| Binary | 11110001 | 1 | 1111011 | 0 | 1100100 | 110001 | 101 | 101001010 | 1100011 | 101111 |
Color Harmonies of #F1017B
Complementary color
Monochromatic Colors of #F1017B
Black with #F1017B
Text Example
Text Example
White with #F1017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1017B; }
p { color: rgb(241,1,123); }
H1.HeaderClassName
{
color: #F1017B;
}
.AnyTagClassName
{
color: #F1017B;
}
</style>
background-color css
<style>
a { background-color: #F1017B; }
a { background-color: rgb(241,1,123); }
div.DivClassName
{
background-color: #F1017B;
}
.BgClassName
{
background-color: #F1017B;
}
</style>
border-color css
<style>
span { border-color: #F1017B; }
span { border-color: rgb(241,1,123); }
td.TdClassName
{
border-color: #F1017B;
}
.TagClassName
{
border-color: #F1017B;
}
</style>