Shades of French Rose #F2548F
Tints of French Rose #F2548F
RGB
CMYK
RGB Variations
Color information
#F2548F (or 0xF2548F) is known color: French Rose. HEX triplet: F2, 54 and 8F. RGB value is (242,84,143). Sum of RGB (Red+Green+Blue) = 242+84+143=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2548F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2548F is #0DAB70. Grayscale: #898989. Windows color (decimal): -895857 or 9393394. OLE color: 9393394.
HSL color Cylindrical-coordinate representation of color #F2548F: hue angle of 337.59º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2548F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 143 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.05 |
| HSL | 337.59º | 0.86% | 0.64% | - |
| HSV(B) | 337.59º | 0.65% | 0.95% | - |
| XYZ | 44.75 | 27.2 | 28.88 | - |
| YUV | 137.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 143 | 0 | 0.65 | 0.41 | 0.05 | 337.59 | 0.86 | 0.64 |
| Hex | F2 | 54 | 8F | 0 | 41 | 29 | 5 | 152 | 56 | 40 |
| Octal | 362 | 124 | 217 | 0 | 101 | 51 | 5 | 522 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10001111 | 0 | 1000001 | 101001 | 101 | 101010010 | 1010110 | 1000000 |
Color Harmonies of #F2548F
Complementary color
Monochromatic Colors of #F2548F
Black with #F2548F
Text Example
Text Example
White with #F2548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2548F; }
p { color: rgb(242,84,143); }
H1.HeaderClassName
{
color: #F2548F;
}
.AnyTagClassName
{
color: #F2548F;
}
</style>
background-color css
<style>
a { background-color: #F2548F; }
a { background-color: rgb(242,84,143); }
div.DivClassName
{
background-color: #F2548F;
}
.BgClassName
{
background-color: #F2548F;
}
</style>
border-color css
<style>
span { border-color: #F2548F; }
span { border-color: rgb(242,84,143); }
td.TdClassName
{
border-color: #F2548F;
}
.TagClassName
{
border-color: #F2548F;
}
</style>