Shades of Dark Pink #F25483
Tints of Dark Pink #F25483
RGB
CMYK
RGB Variations
Color information
#F25483 (or 0xF25483) is known color: Dark Pink. HEX triplet: F2, 54 and 83. RGB value is (242,84,131). Sum of RGB (Red+Green+Blue) = 242+84+131=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25483 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25483 is #0DAB7C. Grayscale: #888888. Windows color (decimal): -895869 or 8606962. OLE color: 8606962.
HSL color Cylindrical-coordinate representation of color #F25483: hue angle of 342.15º 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 #F25483 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 131 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.05 |
| HSL | 342.15º | 0.86% | 0.64% | - |
| HSV(B) | 342.15º | 0.65% | 0.95% | - |
| XYZ | 43.89 | 26.86 | 24.34 | - |
| YUV | 136.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 131 | 0 | 0.65 | 0.46 | 0.05 | 342.15 | 0.86 | 0.64 |
| Hex | F2 | 54 | 83 | 0 | 41 | 2E | 5 | 156 | 56 | 40 |
| Octal | 362 | 124 | 203 | 0 | 101 | 56 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10000011 | 0 | 1000001 | 101110 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25483
Complementary color
Monochromatic Colors of #F25483
Black with #F25483
Text Example
Text Example
White with #F25483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25483; }
p { color: rgb(242,84,131); }
H1.HeaderClassName
{
color: #F25483;
}
.AnyTagClassName
{
color: #F25483;
}
</style>
background-color css
<style>
a { background-color: #F25483; }
a { background-color: rgb(242,84,131); }
div.DivClassName
{
background-color: #F25483;
}
.BgClassName
{
background-color: #F25483;
}
</style>
border-color css
<style>
span { border-color: #F25483; }
span { border-color: rgb(242,84,131); }
td.TdClassName
{
border-color: #F25483;
}
.TagClassName
{
border-color: #F25483;
}
</style>