Shades of French Rose #F2498D
Tints of French Rose #F2498D
RGB
CMYK
RGB Variations
Color information
#F2498D (or 0xF2498D) is known color: French Rose. HEX triplet: F2, 49 and 8D. RGB value is (242,73,141). Sum of RGB (Red+Green+Blue) = 242+73+141=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2498D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2498D is #0DB672. Grayscale: #838383. Windows color (decimal): -898675 or 9259506. OLE color: 9259506.
HSL color Cylindrical-coordinate representation of color #F2498D: hue angle of 335.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2498D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 141 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.05 |
| HSL | 335.86º | 0.87% | 0.62% | - |
| HSV(B) | 335.86º | 0.7% | 0.95% | - |
| XYZ | 43.81 | 25.57 | 27.82 | - |
| YUV | 131.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 141 | 0 | 0.70 | 0.42 | 0.05 | 335.86 | 0.87 | 0.62 |
| Hex | F2 | 49 | 8D | 0 | 46 | 2A | 5 | 150 | 57 | 3E |
| Octal | 362 | 111 | 215 | 0 | 106 | 52 | 5 | 520 | 127 | 76 |
| Binary | 11110010 | 1001001 | 10001101 | 0 | 1000110 | 101010 | 101 | 101010000 | 1010111 | 111110 |
Color Harmonies of #F2498D
Complementary color
Monochromatic Colors of #F2498D
Black with #F2498D
Text Example
Text Example
White with #F2498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2498D; }
p { color: rgb(242,73,141); }
H1.HeaderClassName
{
color: #F2498D;
}
.AnyTagClassName
{
color: #F2498D;
}
</style>
background-color css
<style>
a { background-color: #F2498D; }
a { background-color: rgb(242,73,141); }
div.DivClassName
{
background-color: #F2498D;
}
.BgClassName
{
background-color: #F2498D;
}
</style>
border-color css
<style>
span { border-color: #F2498D; }
span { border-color: rgb(242,73,141); }
td.TdClassName
{
border-color: #F2498D;
}
.TagClassName
{
border-color: #F2498D;
}
</style>