Shades of Dark Pink #F1507D
Tints of Dark Pink #F1507D
RGB
CMYK
RGB Variations
Color information
#F1507D (or 0xF1507D) is known color: Dark Pink. HEX triplet: F1, 50 and 7D. RGB value is (241,80,125). Sum of RGB (Red+Green+Blue) = 241+80+125=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1507D is #0EAF82. Grayscale: #858585. Windows color (decimal): -962435 or 8212721. OLE color: 8212721.
HSL color Cylindrical-coordinate representation of color #F1507D: hue angle of 343.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1507D is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 125 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.05 |
| HSL | 343.23º | 0.85% | 0.63% | - |
| HSV(B) | 343.23º | 0.67% | 0.95% | - |
| XYZ | 42.85 | 25.92 | 22.15 | - |
| YUV | 133.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 125 | 0 | 0.67 | 0.48 | 0.05 | 343.23 | 0.85 | 0.63 |
| Hex | F1 | 50 | 7D | 0 | 43 | 30 | 5 | 157 | 55 | 3F |
| Octal | 361 | 120 | 175 | 0 | 103 | 60 | 5 | 527 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1111101 | 0 | 1000011 | 110000 | 101 | 101010111 | 1010101 | 111111 |
Color Harmonies of #F1507D
Complementary color
Monochromatic Colors of #F1507D
Black with #F1507D
Text Example
Text Example
White with #F1507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1507D; }
p { color: rgb(241,80,125); }
H1.HeaderClassName
{
color: #F1507D;
}
.AnyTagClassName
{
color: #F1507D;
}
</style>
background-color css
<style>
a { background-color: #F1507D; }
a { background-color: rgb(241,80,125); }
div.DivClassName
{
background-color: #F1507D;
}
.BgClassName
{
background-color: #F1507D;
}
</style>
border-color css
<style>
span { border-color: #F1507D; }
span { border-color: rgb(241,80,125); }
td.TdClassName
{
border-color: #F1507D;
}
.TagClassName
{
border-color: #F1507D;
}
</style>