Shades of Dark Pink #F1537B
Tints of Dark Pink #F1537B
RGB
CMYK
RGB Variations
Color information
#F1537B (or 0xF1537B) is known color: Dark Pink. HEX triplet: F1, 53 and 7B. RGB value is (241,83,123). Sum of RGB (Red+Green+Blue) = 241+83+123=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1537B is #0EAC84. Grayscale: #868686. Windows color (decimal): -961669 or 8082417. OLE color: 8082417.
HSL color Cylindrical-coordinate representation of color #F1537B: hue angle of 344.81º 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 #F1537B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 123 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.05 |
| HSL | 344.81º | 0.85% | 0.64% | - |
| HSV(B) | 344.81º | 0.66% | 0.95% | - |
| XYZ | 42.94 | 26.32 | 21.56 | - |
| YUV | 134.8 | 121.35 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 123 | 0 | 0.66 | 0.49 | 0.05 | 344.81 | 0.85 | 0.64 |
| Hex | F1 | 53 | 7B | 0 | 42 | 31 | 5 | 159 | 55 | 40 |
| Octal | 361 | 123 | 173 | 0 | 102 | 61 | 5 | 531 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1111011 | 0 | 1000010 | 110001 | 101 | 101011001 | 1010101 | 1000000 |
Color Harmonies of #F1537B
Complementary color
Monochromatic Colors of #F1537B
Black with #F1537B
Text Example
Text Example
White with #F1537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1537B; }
p { color: rgb(241,83,123); }
H1.HeaderClassName
{
color: #F1537B;
}
.AnyTagClassName
{
color: #F1537B;
}
</style>
background-color css
<style>
a { background-color: #F1537B; }
a { background-color: rgb(241,83,123); }
div.DivClassName
{
background-color: #F1537B;
}
.BgClassName
{
background-color: #F1537B;
}
</style>
border-color css
<style>
span { border-color: #F1537B; }
span { border-color: rgb(241,83,123); }
td.TdClassName
{
border-color: #F1537B;
}
.TagClassName
{
border-color: #F1537B;
}
</style>