Shades of French Rose #F65281
Tints of French Rose #F65281
RGB
CMYK
RGB Variations
Color information
#F65281 (or 0xF65281) is known color: French Rose. HEX triplet: F6, 52 and 81. RGB value is (246,82,129). Sum of RGB (Red+Green+Blue) = 246+82+129=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F65281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65281 is #09AD7E. Grayscale: #888888. Windows color (decimal): -634239 or 8475382. OLE color: 8475382.
HSL color Cylindrical-coordinate representation of color #F65281: hue angle of 342.8º 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 #F65281 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 129 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.04 |
| HSL | 342.8º | 0.9% | 0.64% | - |
| HSV(B) | 342.8º | 0.67% | 0.96% | - |
| XYZ | 44.99 | 27.21 | 23.65 | - |
| YUV | 136.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 129 | 0 | 0.67 | 0.48 | 0.04 | 342.8 | 0.9 | 0.64 |
| Hex | F6 | 52 | 81 | 0 | 43 | 30 | 4 | 157 | 5A | 40 |
| Octal | 366 | 122 | 201 | 0 | 103 | 60 | 4 | 527 | 132 | 100 |
| Binary | 11110110 | 1010010 | 10000001 | 0 | 1000011 | 110000 | 100 | 101010111 | 1011010 | 1000000 |
Color Harmonies of #F65281
Complementary color
Monochromatic Colors of #F65281
Black with #F65281
Text Example
Text Example
White with #F65281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65281; }
p { color: rgb(246,82,129); }
H1.HeaderClassName
{
color: #F65281;
}
.AnyTagClassName
{
color: #F65281;
}
</style>
background-color css
<style>
a { background-color: #F65281; }
a { background-color: rgb(246,82,129); }
div.DivClassName
{
background-color: #F65281;
}
.BgClassName
{
background-color: #F65281;
}
</style>
border-color css
<style>
span { border-color: #F65281; }
span { border-color: rgb(246,82,129); }
td.TdClassName
{
border-color: #F65281;
}
.TagClassName
{
border-color: #F65281;
}
</style>