Shades of Dark Pink #F25384
Tints of Dark Pink #F25384
RGB
CMYK
RGB Variations
Color information
#F25384 (or 0xF25384) is known color: Dark Pink. HEX triplet: F2, 53 and 84. RGB value is (242,83,132). Sum of RGB (Red+Green+Blue) = 242+83+132=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25384 is #0DAC7B. Grayscale: #888888. Windows color (decimal): -896124 or 8672242. OLE color: 8672242.
HSL color Cylindrical-coordinate representation of color #F25384: hue angle of 341.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25384 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 132 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.05 |
| HSL | 341.51º | 0.86% | 0.64% | - |
| HSV(B) | 341.51º | 0.66% | 0.95% | - |
| XYZ | 43.88 | 26.73 | 24.68 | - |
| YUV | 136.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 132 | 0 | 0.66 | 0.45 | 0.05 | 341.51 | 0.86 | 0.64 |
| Hex | F2 | 53 | 84 | 0 | 42 | 2D | 5 | 156 | 56 | 40 |
| Octal | 362 | 123 | 204 | 0 | 102 | 55 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10000100 | 0 | 1000010 | 101101 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25384
Complementary color
Monochromatic Colors of #F25384
Black with #F25384
Text Example
Text Example
White with #F25384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25384; }
p { color: rgb(242,83,132); }
H1.HeaderClassName
{
color: #F25384;
}
.AnyTagClassName
{
color: #F25384;
}
</style>
background-color css
<style>
a { background-color: #F25384; }
a { background-color: rgb(242,83,132); }
div.DivClassName
{
background-color: #F25384;
}
.BgClassName
{
background-color: #F25384;
}
</style>
border-color css
<style>
span { border-color: #F25384; }
span { border-color: rgb(242,83,132); }
td.TdClassName
{
border-color: #F25384;
}
.TagClassName
{
border-color: #F25384;
}
</style>