Shades of Dark Pink #F25281
Tints of Dark Pink #F25281
RGB
CMYK
RGB Variations
Color information
#F25281 (or 0xF25281) is known color: Dark Pink. HEX triplet: F2, 52 and 81. RGB value is (242,82,129). Sum of RGB (Red+Green+Blue) = 242+82+129=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F25281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25281 is #0DAD7E. Grayscale: #878787. Windows color (decimal): -896383 or 8475378. OLE color: 8475378.
HSL color Cylindrical-coordinate representation of color #F25281: hue angle of 342.38º 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 #F25281 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 129 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.05 |
| HSL | 342.38º | 0.86% | 0.64% | - |
| HSV(B) | 342.38º | 0.66% | 0.95% | - |
| XYZ | 43.6 | 26.5 | 23.59 | - |
| YUV | 135.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 129 | 0 | 0.66 | 0.47 | 0.05 | 342.38 | 0.86 | 0.64 |
| Hex | F2 | 52 | 81 | 0 | 42 | 2F | 5 | 156 | 56 | 40 |
| Octal | 362 | 122 | 201 | 0 | 102 | 57 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10000001 | 0 | 1000010 | 101111 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25281
Complementary color
Monochromatic Colors of #F25281
Black with #F25281
Text Example
Text Example
White with #F25281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25281; }
p { color: rgb(242,82,129); }
H1.HeaderClassName
{
color: #F25281;
}
.AnyTagClassName
{
color: #F25281;
}
</style>
background-color css
<style>
a { background-color: #F25281; }
a { background-color: rgb(242,82,129); }
div.DivClassName
{
background-color: #F25281;
}
.BgClassName
{
background-color: #F25281;
}
</style>
border-color css
<style>
span { border-color: #F25281; }
span { border-color: rgb(242,82,129); }
td.TdClassName
{
border-color: #F25281;
}
.TagClassName
{
border-color: #F25281;
}
</style>