Shades of Dark Pink #F1527F
Tints of Dark Pink #F1527F
RGB
CMYK
RGB Variations
Color information
#F1527F (or 0xF1527F) is known color: Dark Pink. HEX triplet: F1, 52 and 7F. RGB value is (241,82,127). Sum of RGB (Red+Green+Blue) = 241+82+127=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1527F is #0EAD80. Grayscale: #868686. Windows color (decimal): -961921 or 8344305. OLE color: 8344305.
HSL color Cylindrical-coordinate representation of color #F1527F: hue angle of 343.02º 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 #F1527F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 127 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.05 |
| HSL | 343.02º | 0.85% | 0.63% | - |
| HSV(B) | 343.02º | 0.66% | 0.95% | - |
| XYZ | 43.12 | 26.27 | 22.88 | - |
| YUV | 134.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 127 | 0 | 0.66 | 0.47 | 0.05 | 343.02 | 0.85 | 0.63 |
| Hex | F1 | 52 | 7F | 0 | 42 | 2F | 5 | 157 | 55 | 3F |
| Octal | 361 | 122 | 177 | 0 | 102 | 57 | 5 | 527 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1111111 | 0 | 1000010 | 101111 | 101 | 101010111 | 1010101 | 111111 |
Color Harmonies of #F1527F
Complementary color
Monochromatic Colors of #F1527F
Black with #F1527F
Text Example
Text Example
White with #F1527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1527F; }
p { color: rgb(241,82,127); }
H1.HeaderClassName
{
color: #F1527F;
}
.AnyTagClassName
{
color: #F1527F;
}
</style>
background-color css
<style>
a { background-color: #F1527F; }
a { background-color: rgb(241,82,127); }
div.DivClassName
{
background-color: #F1527F;
}
.BgClassName
{
background-color: #F1527F;
}
</style>
border-color css
<style>
span { border-color: #F1527F; }
span { border-color: rgb(241,82,127); }
td.TdClassName
{
border-color: #F1527F;
}
.TagClassName
{
border-color: #F1527F;
}
</style>