Shades of Dark Pink #F1507B
Tints of Dark Pink #F1507B
RGB
CMYK
RGB Variations
Color information
#F1507B (or 0xF1507B) is known color: Dark Pink. HEX triplet: F1, 50 and 7B. RGB value is (241,80,123). Sum of RGB (Red+Green+Blue) = 241+80+123=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F1507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1507B is #0EAF84. Grayscale: #858585. Windows color (decimal): -962437 or 8081649. OLE color: 8081649.
HSL color Cylindrical-coordinate representation of color #F1507B: hue angle of 343.98º 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 #F1507B is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 123 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.05 |
| HSL | 343.98º | 0.85% | 0.63% | - |
| HSV(B) | 343.98º | 0.67% | 0.95% | - |
| XYZ | 42.72 | 25.87 | 21.48 | - |
| YUV | 133.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 123 | 0 | 0.67 | 0.49 | 0.05 | 343.98 | 0.85 | 0.63 |
| Hex | F1 | 50 | 7B | 0 | 43 | 31 | 5 | 158 | 55 | 3F |
| Octal | 361 | 120 | 173 | 0 | 103 | 61 | 5 | 530 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1111011 | 0 | 1000011 | 110001 | 101 | 101011000 | 1010101 | 111111 |
Color Harmonies of #F1507B
Complementary color
Monochromatic Colors of #F1507B
Black with #F1507B
Text Example
Text Example
White with #F1507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1507B; }
p { color: rgb(241,80,123); }
H1.HeaderClassName
{
color: #F1507B;
}
.AnyTagClassName
{
color: #F1507B;
}
</style>
background-color css
<style>
a { background-color: #F1507B; }
a { background-color: rgb(241,80,123); }
div.DivClassName
{
background-color: #F1507B;
}
.BgClassName
{
background-color: #F1507B;
}
</style>
border-color css
<style>
span { border-color: #F1507B; }
span { border-color: rgb(241,80,123); }
td.TdClassName
{
border-color: #F1507B;
}
.TagClassName
{
border-color: #F1507B;
}
</style>