Shades of Dark Pink #F25183
Tints of Dark Pink #F25183
RGB
CMYK
RGB Variations
Color information
#F25183 (or 0xF25183) is known color: Dark Pink. HEX triplet: F2, 51 and 83. RGB value is (242,81,131). Sum of RGB (Red+Green+Blue) = 242+81+131=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F25183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25183 is #0DAE7C. Grayscale: #868686. Windows color (decimal): -896637 or 8606194. OLE color: 8606194.
HSL color Cylindrical-coordinate representation of color #F25183: hue angle of 341.37º 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 #F25183 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 131 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.05 |
| HSL | 341.37º | 0.86% | 0.63% | - |
| HSV(B) | 341.37º | 0.67% | 0.95% | - |
| XYZ | 43.66 | 26.4 | 24.27 | - |
| YUV | 134.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 131 | 0 | 0.67 | 0.46 | 0.05 | 341.37 | 0.86 | 0.63 |
| Hex | F2 | 51 | 83 | 0 | 43 | 2E | 5 | 155 | 56 | 3F |
| Octal | 362 | 121 | 203 | 0 | 103 | 56 | 5 | 525 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10000011 | 0 | 1000011 | 101110 | 101 | 101010101 | 1010110 | 111111 |
Color Harmonies of #F25183
Complementary color
Monochromatic Colors of #F25183
Black with #F25183
Text Example
Text Example
White with #F25183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25183; }
p { color: rgb(242,81,131); }
H1.HeaderClassName
{
color: #F25183;
}
.AnyTagClassName
{
color: #F25183;
}
</style>
background-color css
<style>
a { background-color: #F25183; }
a { background-color: rgb(242,81,131); }
div.DivClassName
{
background-color: #F25183;
}
.BgClassName
{
background-color: #F25183;
}
</style>
border-color css
<style>
span { border-color: #F25183; }
span { border-color: rgb(242,81,131); }
td.TdClassName
{
border-color: #F25183;
}
.TagClassName
{
border-color: #F25183;
}
</style>