Shades of Dark Pink #F25484
Tints of Dark Pink #F25484
RGB
CMYK
RGB Variations
Color information
#F25484 (or 0xF25484) is known color: Dark Pink. HEX triplet: F2, 54 and 84. RGB value is (242,84,132). Sum of RGB (Red+Green+Blue) = 242+84+132=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25484 is #0DAB7B. Grayscale: #888888. Windows color (decimal): -895868 or 8672498. OLE color: 8672498.
HSL color Cylindrical-coordinate representation of color #F25484: hue angle of 341.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25484 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 132 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.05 |
| HSL | 341.77º | 0.86% | 0.64% | - |
| HSV(B) | 341.77º | 0.65% | 0.95% | - |
| XYZ | 43.95 | 26.88 | 24.7 | - |
| YUV | 136.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 132 | 0 | 0.65 | 0.45 | 0.05 | 341.77 | 0.86 | 0.64 |
| Hex | F2 | 54 | 84 | 0 | 41 | 2D | 5 | 156 | 56 | 40 |
| Octal | 362 | 124 | 204 | 0 | 101 | 55 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10000100 | 0 | 1000001 | 101101 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25484
Complementary color
Monochromatic Colors of #F25484
Black with #F25484
Text Example
Text Example
White with #F25484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25484; }
p { color: rgb(242,84,132); }
H1.HeaderClassName
{
color: #F25484;
}
.AnyTagClassName
{
color: #F25484;
}
</style>
background-color css
<style>
a { background-color: #F25484; }
a { background-color: rgb(242,84,132); }
div.DivClassName
{
background-color: #F25484;
}
.BgClassName
{
background-color: #F25484;
}
</style>
border-color css
<style>
span { border-color: #F25484; }
span { border-color: rgb(242,84,132); }
td.TdClassName
{
border-color: #F25484;
}
.TagClassName
{
border-color: #F25484;
}
</style>