Shades of Dark Pink #F1527C
Tints of Dark Pink #F1527C
RGB
CMYK
RGB Variations
Color information
#F1527C (or 0xF1527C) is known color: Dark Pink. HEX triplet: F1, 52 and 7C. RGB value is (241,82,124). Sum of RGB (Red+Green+Blue) = 241+82+124=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1527C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1527C is #0EAD83. Grayscale: #868686. Windows color (decimal): -961924 or 8147697. OLE color: 8147697.
HSL color Cylindrical-coordinate representation of color #F1527C: hue angle of 344.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1527C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 124 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.05 |
| HSL | 344.15º | 0.85% | 0.63% | - |
| HSV(B) | 344.15º | 0.66% | 0.95% | - |
| XYZ | 42.93 | 26.19 | 21.86 | - |
| YUV | 134.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 124 | 0 | 0.66 | 0.49 | 0.05 | 344.15 | 0.85 | 0.63 |
| Hex | F1 | 52 | 7C | 0 | 42 | 31 | 5 | 158 | 55 | 3F |
| Octal | 361 | 122 | 174 | 0 | 102 | 61 | 5 | 530 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1111100 | 0 | 1000010 | 110001 | 101 | 101011000 | 1010101 | 111111 |
Color Harmonies of #F1527C
Complementary color
Monochromatic Colors of #F1527C
Black with #F1527C
Text Example
Text Example
White with #F1527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1527C; }
p { color: rgb(241,82,124); }
H1.HeaderClassName
{
color: #F1527C;
}
.AnyTagClassName
{
color: #F1527C;
}
</style>
background-color css
<style>
a { background-color: #F1527C; }
a { background-color: rgb(241,82,124); }
div.DivClassName
{
background-color: #F1527C;
}
.BgClassName
{
background-color: #F1527C;
}
</style>
border-color css
<style>
span { border-color: #F1527C; }
span { border-color: rgb(241,82,124); }
td.TdClassName
{
border-color: #F1527C;
}
.TagClassName
{
border-color: #F1527C;
}
</style>