Shades of French Rose #F6528A
Tints of French Rose #F6528A
RGB
CMYK
RGB Variations
Color information
#F6528A (or 0xF6528A) is known color: French Rose. HEX triplet: F6, 52 and 8A. RGB value is (246,82,138). Sum of RGB (Red+Green+Blue) = 246+82+138=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F6528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6528A is #09AD75. Grayscale: #898989. Windows color (decimal): -634230 or 9065206. OLE color: 9065206.
HSL color Cylindrical-coordinate representation of color #F6528A: hue angle of 339.51º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6528A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 138 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.04 |
| HSL | 339.51º | 0.9% | 0.64% | - |
| HSV(B) | 339.51º | 0.67% | 0.96% | - |
| XYZ | 45.61 | 27.46 | 26.94 | - |
| YUV | 137.42 | 128.33 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 138 | 0 | 0.67 | 0.44 | 0.04 | 339.51 | 0.9 | 0.64 |
| Hex | F6 | 52 | 8A | 0 | 43 | 2C | 4 | 154 | 5A | 40 |
| Octal | 366 | 122 | 212 | 0 | 103 | 54 | 4 | 524 | 132 | 100 |
| Binary | 11110110 | 1010010 | 10001010 | 0 | 1000011 | 101100 | 100 | 101010100 | 1011010 | 1000000 |
Color Harmonies of #F6528A
Complementary color
Monochromatic Colors of #F6528A
Black with #F6528A
Text Example
Text Example
White with #F6528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6528A; }
p { color: rgb(246,82,138); }
H1.HeaderClassName
{
color: #F6528A;
}
.AnyTagClassName
{
color: #F6528A;
}
</style>
background-color css
<style>
a { background-color: #F6528A; }
a { background-color: rgb(246,82,138); }
div.DivClassName
{
background-color: #F6528A;
}
.BgClassName
{
background-color: #F6528A;
}
</style>
border-color css
<style>
span { border-color: #F6528A; }
span { border-color: rgb(246,82,138); }
td.TdClassName
{
border-color: #F6528A;
}
.TagClassName
{
border-color: #F6528A;
}
</style>