Shades of Dark Pink #F25181
Tints of Dark Pink #F25181
RGB
CMYK
RGB Variations
Color information
#F25181 (or 0xF25181) is known color: Dark Pink. HEX triplet: F2, 51 and 81. RGB value is (242,81,129). Sum of RGB (Red+Green+Blue) = 242+81+129=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F25181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25181 is #0DAE7E. Grayscale: #868686. Windows color (decimal): -896639 or 8475122. OLE color: 8475122.
HSL color Cylindrical-coordinate representation of color #F25181: hue angle of 342.11º 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 #F25181 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 129 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.05 |
| HSL | 342.11º | 0.86% | 0.63% | - |
| HSV(B) | 342.11º | 0.67% | 0.95% | - |
| XYZ | 43.52 | 26.35 | 23.56 | - |
| YUV | 134.61 | 124.84 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 129 | 0 | 0.67 | 0.47 | 0.05 | 342.11 | 0.86 | 0.63 |
| Hex | F2 | 51 | 81 | 0 | 43 | 2F | 5 | 156 | 56 | 3F |
| Octal | 362 | 121 | 201 | 0 | 103 | 57 | 5 | 526 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10000001 | 0 | 1000011 | 101111 | 101 | 101010110 | 1010110 | 111111 |
Color Harmonies of #F25181
Complementary color
Monochromatic Colors of #F25181
Black with #F25181
Text Example
Text Example
White with #F25181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25181; }
p { color: rgb(242,81,129); }
H1.HeaderClassName
{
color: #F25181;
}
.AnyTagClassName
{
color: #F25181;
}
</style>
background-color css
<style>
a { background-color: #F25181; }
a { background-color: rgb(242,81,129); }
div.DivClassName
{
background-color: #F25181;
}
.BgClassName
{
background-color: #F25181;
}
</style>
border-color css
<style>
span { border-color: #F25181; }
span { border-color: rgb(242,81,129); }
td.TdClassName
{
border-color: #F25181;
}
.TagClassName
{
border-color: #F25181;
}
</style>