Shades of French Rose #F2548A
Tints of French Rose #F2548A
RGB
CMYK
RGB Variations
Color information
#F2548A (or 0xF2548A) is known color: French Rose. HEX triplet: F2, 54 and 8A. RGB value is (242,84,138). Sum of RGB (Red+Green+Blue) = 242+84+138=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2548A is #0DAB75. Grayscale: #898989. Windows color (decimal): -895862 or 9065714. OLE color: 9065714.
HSL color Cylindrical-coordinate representation of color #F2548A: hue angle of 339.49º 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 #F2548A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 138 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.05 |
| HSL | 339.49º | 0.86% | 0.64% | - |
| HSV(B) | 339.49º | 0.65% | 0.95% | - |
| XYZ | 44.38 | 27.05 | 26.93 | - |
| YUV | 137.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 138 | 0 | 0.65 | 0.43 | 0.05 | 339.49 | 0.86 | 0.64 |
| Hex | F2 | 54 | 8A | 0 | 41 | 2B | 5 | 153 | 56 | 40 |
| Octal | 362 | 124 | 212 | 0 | 101 | 53 | 5 | 523 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10001010 | 0 | 1000001 | 101011 | 101 | 101010011 | 1010110 | 1000000 |
Color Harmonies of #F2548A
Complementary color
Monochromatic Colors of #F2548A
Black with #F2548A
Text Example
Text Example
White with #F2548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2548A; }
p { color: rgb(242,84,138); }
H1.HeaderClassName
{
color: #F2548A;
}
.AnyTagClassName
{
color: #F2548A;
}
</style>
background-color css
<style>
a { background-color: #F2548A; }
a { background-color: rgb(242,84,138); }
div.DivClassName
{
background-color: #F2548A;
}
.BgClassName
{
background-color: #F2548A;
}
</style>
border-color css
<style>
span { border-color: #F2548A; }
span { border-color: rgb(242,84,138); }
td.TdClassName
{
border-color: #F2548A;
}
.TagClassName
{
border-color: #F2548A;
}
</style>