Shades of French Rose #F25290
Tints of French Rose #F25290
RGB
CMYK
RGB Variations
Color information
#F25290 (or 0xF25290) is known color: French Rose. HEX triplet: F2, 52 and 90. RGB value is (242,82,144). Sum of RGB (Red+Green+Blue) = 242+82+144=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F25290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25290 is #0DAD6F. Grayscale: #888888. Windows color (decimal): -896368 or 9458418. OLE color: 9458418.
HSL color Cylindrical-coordinate representation of color #F25290: hue angle of 336.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 #F25290 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 144 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.05 |
| HSL | 336.75º | 0.86% | 0.64% | - |
| HSV(B) | 336.75º | 0.66% | 0.95% | - |
| XYZ | 44.67 | 26.93 | 29.23 | - |
| YUV | 136.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 144 | 0 | 0.66 | 0.40 | 0.05 | 336.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | 90 | 0 | 42 | 28 | 5 | 151 | 56 | 40 |
| Octal | 362 | 122 | 220 | 0 | 102 | 50 | 5 | 521 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10010000 | 0 | 1000010 | 101000 | 101 | 101010001 | 1010110 | 1000000 |
Color Harmonies of #F25290
Complementary color
Monochromatic Colors of #F25290
Black with #F25290
Text Example
Text Example
White with #F25290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25290; }
p { color: rgb(242,82,144); }
H1.HeaderClassName
{
color: #F25290;
}
.AnyTagClassName
{
color: #F25290;
}
</style>
background-color css
<style>
a { background-color: #F25290; }
a { background-color: rgb(242,82,144); }
div.DivClassName
{
background-color: #F25290;
}
.BgClassName
{
background-color: #F25290;
}
</style>
border-color css
<style>
span { border-color: #F25290; }
span { border-color: rgb(242,82,144); }
td.TdClassName
{
border-color: #F25290;
}
.TagClassName
{
border-color: #F25290;
}
</style>