Shades of Dark Pink #F25781
Tints of Dark Pink #F25781
RGB
CMYK
RGB Variations
Color information
#F25781 (or 0xF25781) is known color: Dark Pink. HEX triplet: F2, 57 and 81. RGB value is (242,87,129). Sum of RGB (Red+Green+Blue) = 242+87+129=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25781 is #0DA87E. Grayscale: #8A8A8A. Windows color (decimal): -895103 or 8476658. OLE color: 8476658.
HSL color Cylindrical-coordinate representation of color #F25781: hue angle of 343.74º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25781 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 129 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.05 |
| HSL | 343.74º | 0.86% | 0.65% | - |
| HSV(B) | 343.74º | 0.64% | 0.95% | - |
| XYZ | 43.99 | 27.28 | 23.72 | - |
| YUV | 138.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 129 | 0 | 0.64 | 0.47 | 0.05 | 343.74 | 0.86 | 0.65 |
| Hex | F2 | 57 | 81 | 0 | 40 | 2F | 5 | 158 | 56 | 41 |
| Octal | 362 | 127 | 201 | 0 | 100 | 57 | 5 | 530 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10000001 | 0 | 1000000 | 101111 | 101 | 101011000 | 1010110 | 1000001 |
Color Harmonies of #F25781
Complementary color
Monochromatic Colors of #F25781
Black with #F25781
Text Example
Text Example
White with #F25781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25781; }
p { color: rgb(242,87,129); }
H1.HeaderClassName
{
color: #F25781;
}
.AnyTagClassName
{
color: #F25781;
}
</style>
background-color css
<style>
a { background-color: #F25781; }
a { background-color: rgb(242,87,129); }
div.DivClassName
{
background-color: #F25781;
}
.BgClassName
{
background-color: #F25781;
}
</style>
border-color css
<style>
span { border-color: #F25781; }
span { border-color: rgb(242,87,129); }
td.TdClassName
{
border-color: #F25781;
}
.TagClassName
{
border-color: #F25781;
}
</style>