Shades of Deep Pink #F1017E
Tints of Deep Pink #F1017E
RGB
CMYK
RGB Variations
Color information
#F1017E (or 0xF1017E) is known color: Deep Pink. HEX triplet: F1, 01 and 7E. RGB value is (241,1,126). Sum of RGB (Red+Green+Blue) = 241+1+126=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1017E is #0EFE81. Grayscale: #565656. Windows color (decimal): -982658 or 8258033. OLE color: 8258033.
HSL color Cylindrical-coordinate representation of color #F1017E: hue angle of 328.75º 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 #F1017E is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.05 |
| HSL | 328.75º | 0.99% | 0.47% | - |
| HSV(B) | 328.75º | 1% | 0.95% | - |
| XYZ | 40.05 | 20.23 | 21.53 | - |
| YUV | 87.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 126 | 0 | 1.00 | 0.48 | 0.05 | 328.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | 7E | 0 | 64 | 30 | 5 | 149 | 63 | 2F |
| Octal | 361 | 1 | 176 | 0 | 144 | 60 | 5 | 511 | 143 | 57 |
| Binary | 11110001 | 1 | 1111110 | 0 | 1100100 | 110000 | 101 | 101001001 | 1100011 | 101111 |
Color Harmonies of #F1017E
Complementary color
Monochromatic Colors of #F1017E
Black with #F1017E
Text Example
Text Example
White with #F1017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1017E; }
p { color: rgb(241,1,126); }
H1.HeaderClassName
{
color: #F1017E;
}
.AnyTagClassName
{
color: #F1017E;
}
</style>
background-color css
<style>
a { background-color: #F1017E; }
a { background-color: rgb(241,1,126); }
div.DivClassName
{
background-color: #F1017E;
}
.BgClassName
{
background-color: #F1017E;
}
</style>
border-color css
<style>
span { border-color: #F1017E; }
span { border-color: rgb(241,1,126); }
td.TdClassName
{
border-color: #F1017E;
}
.TagClassName
{
border-color: #F1017E;
}
</style>