Shades of French Rose #F65381
Tints of French Rose #F65381
RGB
CMYK
RGB Variations
Color information
#F65381 (or 0xF65381) is known color: French Rose. HEX triplet: F6, 53 and 81. RGB value is (246,83,129). Sum of RGB (Red+Green+Blue) = 246+83+129=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F65381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65381 is #09AC7E. Grayscale: #888888. Windows color (decimal): -633983 or 8475638. OLE color: 8475638.
HSL color Cylindrical-coordinate representation of color #F65381: hue angle of 343.07º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F65381 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 83 | 129 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.04 |
| HSL | 343.07º | 0.9% | 0.65% | - |
| HSV(B) | 343.07º | 0.66% | 0.96% | - |
| XYZ | 45.06 | 27.36 | 23.68 | - |
| YUV | 136.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 83 | 129 | 0 | 0.66 | 0.48 | 0.04 | 343.07 | 0.9 | 0.65 |
| Hex | F6 | 53 | 81 | 0 | 42 | 30 | 4 | 157 | 5A | 41 |
| Octal | 366 | 123 | 201 | 0 | 102 | 60 | 4 | 527 | 132 | 101 |
| Binary | 11110110 | 1010011 | 10000001 | 0 | 1000010 | 110000 | 100 | 101010111 | 1011010 | 1000001 |
Color Harmonies of #F65381
Complementary color
Monochromatic Colors of #F65381
Black with #F65381
Text Example
Text Example
White with #F65381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65381; }
p { color: rgb(246,83,129); }
H1.HeaderClassName
{
color: #F65381;
}
.AnyTagClassName
{
color: #F65381;
}
</style>
background-color css
<style>
a { background-color: #F65381; }
a { background-color: rgb(246,83,129); }
div.DivClassName
{
background-color: #F65381;
}
.BgClassName
{
background-color: #F65381;
}
</style>
border-color css
<style>
span { border-color: #F65381; }
span { border-color: rgb(246,83,129); }
td.TdClassName
{
border-color: #F65381;
}
.TagClassName
{
border-color: #F65381;
}
</style>