Shades of French Rose #F25288
Tints of French Rose #F25288
RGB
CMYK
RGB Variations
Color information
#F25288 (or 0xF25288) is known color: French Rose. HEX triplet: F2, 52 and 88. RGB value is (242,82,136). Sum of RGB (Red+Green+Blue) = 242+82+136=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25288 is #0DAD77. Grayscale: #878787. Windows color (decimal): -896376 or 8934130. OLE color: 8934130.
HSL color Cylindrical-coordinate representation of color #F25288: hue angle of 339.75º 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 #F25288 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 136 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.05 |
| HSL | 339.75º | 0.86% | 0.64% | - |
| HSV(B) | 339.75º | 0.66% | 0.95% | - |
| XYZ | 44.08 | 26.69 | 26.12 | - |
| YUV | 136 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 136 | 0 | 0.66 | 0.44 | 0.05 | 339.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | 88 | 0 | 42 | 2C | 5 | 154 | 56 | 40 |
| Octal | 362 | 122 | 210 | 0 | 102 | 54 | 5 | 524 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10001000 | 0 | 1000010 | 101100 | 101 | 101010100 | 1010110 | 1000000 |
Color Harmonies of #F25288
Complementary color
Monochromatic Colors of #F25288
Black with #F25288
Text Example
Text Example
White with #F25288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25288; }
p { color: rgb(242,82,136); }
H1.HeaderClassName
{
color: #F25288;
}
.AnyTagClassName
{
color: #F25288;
}
</style>
background-color css
<style>
a { background-color: #F25288; }
a { background-color: rgb(242,82,136); }
div.DivClassName
{
background-color: #F25288;
}
.BgClassName
{
background-color: #F25288;
}
</style>
border-color css
<style>
span { border-color: #F25288; }
span { border-color: rgb(242,82,136); }
td.TdClassName
{
border-color: #F25288;
}
.TagClassName
{
border-color: #F25288;
}
</style>