Shades of French Rose #F25389
Tints of French Rose #F25389
RGB
CMYK
RGB Variations
Color information
#F25389 (or 0xF25389) is known color: French Rose. HEX triplet: F2, 53 and 89. RGB value is (242,83,137). Sum of RGB (Red+Green+Blue) = 242+83+137=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F25389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25389 is #0DAC76. Grayscale: #888888. Windows color (decimal): -896119 or 8999922. OLE color: 8999922.
HSL color Cylindrical-coordinate representation of color #F25389: hue angle of 339.62º 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 #F25389 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 137 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.05 |
| HSL | 339.62º | 0.86% | 0.64% | - |
| HSV(B) | 339.62º | 0.66% | 0.95% | - |
| XYZ | 44.23 | 26.87 | 26.52 | - |
| YUV | 136.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 137 | 0 | 0.66 | 0.43 | 0.05 | 339.62 | 0.86 | 0.64 |
| Hex | F2 | 53 | 89 | 0 | 42 | 2B | 5 | 154 | 56 | 40 |
| Octal | 362 | 123 | 211 | 0 | 102 | 53 | 5 | 524 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10001001 | 0 | 1000010 | 101011 | 101 | 101010100 | 1010110 | 1000000 |
Color Harmonies of #F25389
Complementary color
Monochromatic Colors of #F25389
Black with #F25389
Text Example
Text Example
White with #F25389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25389; }
p { color: rgb(242,83,137); }
H1.HeaderClassName
{
color: #F25389;
}
.AnyTagClassName
{
color: #F25389;
}
</style>
background-color css
<style>
a { background-color: #F25389; }
a { background-color: rgb(242,83,137); }
div.DivClassName
{
background-color: #F25389;
}
.BgClassName
{
background-color: #F25389;
}
</style>
border-color css
<style>
span { border-color: #F25389; }
span { border-color: rgb(242,83,137); }
td.TdClassName
{
border-color: #F25389;
}
.TagClassName
{
border-color: #F25389;
}
</style>