Shades of Dark Pink #F15178
Tints of Dark Pink #F15178
RGB
CMYK
RGB Variations
Color information
#F15178 (or 0xF15178) is known color: Dark Pink. HEX triplet: F1, 51 and 78. RGB value is (241,81,120). Sum of RGB (Red+Green+Blue) = 241+81+120=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15178 is #0EAE87. Grayscale: #858585. Windows color (decimal): -962184 or 7885297. OLE color: 7885297.
HSL color Cylindrical-coordinate representation of color #F15178: hue angle of 345.38º 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 #F15178 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 120 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.05 |
| HSL | 345.38º | 0.85% | 0.63% | - |
| HSV(B) | 345.38º | 0.66% | 0.95% | - |
| XYZ | 42.61 | 25.94 | 20.53 | - |
| YUV | 133.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 120 | 0 | 0.66 | 0.50 | 0.05 | 345.38 | 0.85 | 0.63 |
| Hex | F1 | 51 | 78 | 0 | 42 | 32 | 5 | 159 | 55 | 3F |
| Octal | 361 | 121 | 170 | 0 | 102 | 62 | 5 | 531 | 125 | 77 |
| Binary | 11110001 | 1010001 | 1111000 | 0 | 1000010 | 110010 | 101 | 101011001 | 1010101 | 111111 |
Color Harmonies of #F15178
Complementary color
Monochromatic Colors of #F15178
Black with #F15178
Text Example
Text Example
White with #F15178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15178; }
p { color: rgb(241,81,120); }
H1.HeaderClassName
{
color: #F15178;
}
.AnyTagClassName
{
color: #F15178;
}
</style>
background-color css
<style>
a { background-color: #F15178; }
a { background-color: rgb(241,81,120); }
div.DivClassName
{
background-color: #F15178;
}
.BgClassName
{
background-color: #F15178;
}
</style>
border-color css
<style>
span { border-color: #F15178; }
span { border-color: rgb(241,81,120); }
td.TdClassName
{
border-color: #F15178;
}
.TagClassName
{
border-color: #F15178;
}
</style>