Shades of Dark Pink #F25077
Tints of Dark Pink #F25077
RGB
CMYK
RGB Variations
Color information
#F25077 (or 0xF25077) is known color: Dark Pink. HEX triplet: F2, 50 and 77. RGB value is (242,80,119). Sum of RGB (Red+Green+Blue) = 242+80+119=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F25077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25077 is #0DAF88. Grayscale: #848484. Windows color (decimal): -896905 or 7819506. OLE color: 7819506.
HSL color Cylindrical-coordinate representation of color #F25077: hue angle of 345.56º degrees, saturation: 0.86, 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 #F25077 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 119 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.05 |
| HSL | 345.56º | 0.86% | 0.63% | - |
| HSV(B) | 345.56º | 0.67% | 0.95% | - |
| XYZ | 42.82 | 25.95 | 20.2 | - |
| YUV | 132.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 119 | 0 | 0.67 | 0.51 | 0.05 | 345.56 | 0.86 | 0.63 |
| Hex | F2 | 50 | 77 | 0 | 43 | 33 | 5 | 15A | 56 | 3F |
| Octal | 362 | 120 | 167 | 0 | 103 | 63 | 5 | 532 | 126 | 77 |
| Binary | 11110010 | 1010000 | 1110111 | 0 | 1000011 | 110011 | 101 | 101011010 | 1010110 | 111111 |
Color Harmonies of #F25077
Complementary color
Monochromatic Colors of #F25077
Black with #F25077
Text Example
Text Example
White with #F25077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25077; }
p { color: rgb(242,80,119); }
H1.HeaderClassName
{
color: #F25077;
}
.AnyTagClassName
{
color: #F25077;
}
</style>
background-color css
<style>
a { background-color: #F25077; }
a { background-color: rgb(242,80,119); }
div.DivClassName
{
background-color: #F25077;
}
.BgClassName
{
background-color: #F25077;
}
</style>
border-color css
<style>
span { border-color: #F25077; }
span { border-color: rgb(242,80,119); }
td.TdClassName
{
border-color: #F25077;
}
.TagClassName
{
border-color: #F25077;
}
</style>