Shades of Dark Pink #F15078
Tints of Dark Pink #F15078
RGB
CMYK
RGB Variations
Color information
#F15078 (or 0xF15078) is known color: Dark Pink. HEX triplet: F1, 50 and 78. RGB value is (241,80,120). Sum of RGB (Red+Green+Blue) = 241+80+120=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F15078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15078 is #0EAF87. Grayscale: #848484. Windows color (decimal): -962440 or 7885041. OLE color: 7885041.
HSL color Cylindrical-coordinate representation of color #F15078: hue angle of 345.09º 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 #F15078 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 120 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.05 |
| HSL | 345.09º | 0.85% | 0.63% | - |
| HSV(B) | 345.09º | 0.67% | 0.95% | - |
| XYZ | 42.53 | 25.79 | 20.51 | - |
| YUV | 132.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 120 | 0 | 0.67 | 0.50 | 0.05 | 345.09 | 0.85 | 0.63 |
| Hex | F1 | 50 | 78 | 0 | 43 | 32 | 5 | 159 | 55 | 3F |
| Octal | 361 | 120 | 170 | 0 | 103 | 62 | 5 | 531 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1111000 | 0 | 1000011 | 110010 | 101 | 101011001 | 1010101 | 111111 |
Color Harmonies of #F15078
Complementary color
Monochromatic Colors of #F15078
Black with #F15078
Text Example
Text Example
White with #F15078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15078; }
p { color: rgb(241,80,120); }
H1.HeaderClassName
{
color: #F15078;
}
.AnyTagClassName
{
color: #F15078;
}
</style>
background-color css
<style>
a { background-color: #F15078; }
a { background-color: rgb(241,80,120); }
div.DivClassName
{
background-color: #F15078;
}
.BgClassName
{
background-color: #F15078;
}
</style>
border-color css
<style>
span { border-color: #F15078; }
span { border-color: rgb(241,80,120); }
td.TdClassName
{
border-color: #F15078;
}
.TagClassName
{
border-color: #F15078;
}
</style>