Shades of Dark Pink #F1537C
Tints of Dark Pink #F1537C
RGB
CMYK
RGB Variations
Color information
#F1537C (or 0xF1537C) is known color: Dark Pink. HEX triplet: F1, 53 and 7C. RGB value is (241,83,124). Sum of RGB (Red+Green+Blue) = 241+83+124=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1537C is #0EAC83. Grayscale: #868686. Windows color (decimal): -961668 or 8147953. OLE color: 8147953.
HSL color Cylindrical-coordinate representation of color #F1537C: hue angle of 344.43º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1537C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 124 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.05 |
| HSL | 344.43º | 0.85% | 0.64% | - |
| HSV(B) | 344.43º | 0.66% | 0.95% | - |
| XYZ | 43.01 | 26.34 | 21.89 | - |
| YUV | 134.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 124 | 0 | 0.66 | 0.49 | 0.05 | 344.43 | 0.85 | 0.64 |
| Hex | F1 | 53 | 7C | 0 | 42 | 31 | 5 | 158 | 55 | 40 |
| Octal | 361 | 123 | 174 | 0 | 102 | 61 | 5 | 530 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1111100 | 0 | 1000010 | 110001 | 101 | 101011000 | 1010101 | 1000000 |
Color Harmonies of #F1537C
Complementary color
Monochromatic Colors of #F1537C
Black with #F1537C
Text Example
Text Example
White with #F1537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1537C; }
p { color: rgb(241,83,124); }
H1.HeaderClassName
{
color: #F1537C;
}
.AnyTagClassName
{
color: #F1537C;
}
</style>
background-color css
<style>
a { background-color: #F1537C; }
a { background-color: rgb(241,83,124); }
div.DivClassName
{
background-color: #F1537C;
}
.BgClassName
{
background-color: #F1537C;
}
</style>
border-color css
<style>
span { border-color: #F1537C; }
span { border-color: rgb(241,83,124); }
td.TdClassName
{
border-color: #F1537C;
}
.TagClassName
{
border-color: #F1537C;
}
</style>