Shades of French Rose #F25390
Tints of French Rose #F25390
RGB
CMYK
RGB Variations
Color information
#F25390 (or 0xF25390) is known color: French Rose. HEX triplet: F2, 53 and 90. RGB value is (242,83,144). Sum of RGB (Red+Green+Blue) = 242+83+144=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F25390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25390 is #0DAC6F. Grayscale: #898989. Windows color (decimal): -896112 or 9458674. OLE color: 9458674.
HSL color Cylindrical-coordinate representation of color #F25390: hue angle of 336.98º 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 #F25390 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 144 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.05 |
| HSL | 336.98º | 0.86% | 0.64% | - |
| HSV(B) | 336.98º | 0.66% | 0.95% | - |
| XYZ | 44.75 | 27.08 | 29.25 | - |
| YUV | 137.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 144 | 0 | 0.66 | 0.40 | 0.05 | 336.98 | 0.86 | 0.64 |
| Hex | F2 | 53 | 90 | 0 | 42 | 28 | 5 | 151 | 56 | 40 |
| Octal | 362 | 123 | 220 | 0 | 102 | 50 | 5 | 521 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10010000 | 0 | 1000010 | 101000 | 101 | 101010001 | 1010110 | 1000000 |
Color Harmonies of #F25390
Complementary color
Monochromatic Colors of #F25390
Black with #F25390
Text Example
Text Example
White with #F25390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25390; }
p { color: rgb(242,83,144); }
H1.HeaderClassName
{
color: #F25390;
}
.AnyTagClassName
{
color: #F25390;
}
</style>
background-color css
<style>
a { background-color: #F25390; }
a { background-color: rgb(242,83,144); }
div.DivClassName
{
background-color: #F25390;
}
.BgClassName
{
background-color: #F25390;
}
</style>
border-color css
<style>
span { border-color: #F25390; }
span { border-color: rgb(242,83,144); }
td.TdClassName
{
border-color: #F25390;
}
.TagClassName
{
border-color: #F25390;
}
</style>