Shades of French Rose #F2528F
Tints of French Rose #F2528F
RGB
CMYK
RGB Variations
Color information
#F2528F (or 0xF2528F) is known color: French Rose. HEX triplet: F2, 52 and 8F. RGB value is (242,82,143). Sum of RGB (Red+Green+Blue) = 242+82+143=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2528F is #0DAD70. Grayscale: #888888. Windows color (decimal): -896369 or 9392882. OLE color: 9392882.
HSL color Cylindrical-coordinate representation of color #F2528F: hue angle of 337.12º 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 #F2528F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 143 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.05 |
| HSL | 337.13º | 0.86% | 0.64% | - |
| HSV(B) | 337.13º | 0.66% | 0.95% | - |
| XYZ | 44.59 | 26.9 | 28.83 | - |
| YUV | 136.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 143 | 0 | 0.66 | 0.41 | 0.05 | 337.13 | 0.86 | 0.64 |
| Hex | F2 | 52 | 8F | 0 | 42 | 29 | 5 | 151 | 56 | 40 |
| Octal | 362 | 122 | 217 | 0 | 102 | 51 | 5 | 521 | 126 | 100 |
| Binary | 11110010 | 1010010 | 10001111 | 0 | 1000010 | 101001 | 101 | 101010001 | 1010110 | 1000000 |
Color Harmonies of #F2528F
Complementary color
Monochromatic Colors of #F2528F
Black with #F2528F
Text Example
Text Example
White with #F2528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2528F; }
p { color: rgb(242,82,143); }
H1.HeaderClassName
{
color: #F2528F;
}
.AnyTagClassName
{
color: #F2528F;
}
</style>
background-color css
<style>
a { background-color: #F2528F; }
a { background-color: rgb(242,82,143); }
div.DivClassName
{
background-color: #F2528F;
}
.BgClassName
{
background-color: #F2528F;
}
</style>
border-color css
<style>
span { border-color: #F2528F; }
span { border-color: rgb(242,82,143); }
td.TdClassName
{
border-color: #F2528F;
}
.TagClassName
{
border-color: #F2528F;
}
</style>