Shades of Dark Pink #F25883
Tints of Dark Pink #F25883
RGB
CMYK
RGB Variations
Color information
#F25883 (or 0xF25883) is known color: Dark Pink. HEX triplet: F2, 58 and 83. RGB value is (242,88,131). Sum of RGB (Red+Green+Blue) = 242+88+131=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25883 is #0DA77C. Grayscale: #8A8A8A. Windows color (decimal): -894845 or 8607986. OLE color: 8607986.
HSL color Cylindrical-coordinate representation of color #F25883: hue angle of 343.25º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25883 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 131 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.05 |
| HSL | 343.25º | 0.86% | 0.65% | - |
| HSV(B) | 343.25º | 0.64% | 0.95% | - |
| XYZ | 44.2 | 27.5 | 24.45 | - |
| YUV | 138.95 | 123.52 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 131 | 0 | 0.64 | 0.46 | 0.05 | 343.25 | 0.86 | 0.65 |
| Hex | F2 | 58 | 83 | 0 | 40 | 2E | 5 | 157 | 56 | 41 |
| Octal | 362 | 130 | 203 | 0 | 100 | 56 | 5 | 527 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10000011 | 0 | 1000000 | 101110 | 101 | 101010111 | 1010110 | 1000001 |
Color Harmonies of #F25883
Complementary color
Monochromatic Colors of #F25883
Black with #F25883
Text Example
Text Example
White with #F25883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25883; }
p { color: rgb(242,88,131); }
H1.HeaderClassName
{
color: #F25883;
}
.AnyTagClassName
{
color: #F25883;
}
</style>
background-color css
<style>
a { background-color: #F25883; }
a { background-color: rgb(242,88,131); }
div.DivClassName
{
background-color: #F25883;
}
.BgClassName
{
background-color: #F25883;
}
</style>
border-color css
<style>
span { border-color: #F25883; }
span { border-color: rgb(242,88,131); }
td.TdClassName
{
border-color: #F25883;
}
.TagClassName
{
border-color: #F25883;
}
</style>