Shades of French Rose #FF5792
Tints of French Rose #FF5792
RGB
CMYK
RGB Variations
Color information
#FF5792 (or 0xFF5792) is known color: French Rose. HEX triplet: FF, 57 and 92. RGB value is (255,87,146). Sum of RGB (Red+Green+Blue) = 255+87+146=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5792 is #00A86D. Grayscale: #8F8F8F. Windows color (decimal): -43118 or 9590783. OLE color: 9590783.
HSL color Cylindrical-coordinate representation of color #FF5792: hue angle of 338.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5792 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 146 | - |
| CMYK | 0 | 0.66 | 0.43 | 0 |
| HSL | 338.93º | 1% | 0.67% | - |
| HSV(B) | 338.93º | 0.66% | 1% | - |
| XYZ | 49.84 | 30.15 | 30.39 | - |
| YUV | 143.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 146 | 0 | 0.66 | 0.43 | 0 | 338.93 | 1 | 0.67 |
| Hex | FF | 57 | 92 | 0 | 42 | 2B | 0 | 153 | 64 | 43 |
| Octal | 377 | 127 | 222 | 0 | 102 | 53 | 0 | 523 | 144 | 103 |
| Binary | 11111111 | 1010111 | 10010010 | 0 | 1000010 | 101011 | 0 | 101010011 | 1100100 | 1000011 |
Color Harmonies of #FF5792
Complementary color
Monochromatic Colors of #FF5792
Black with #FF5792
Text Example
Text Example
White with #FF5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5792; }
p { color: rgb(255,87,146); }
H1.HeaderClassName
{
color: #FF5792;
}
.AnyTagClassName
{
color: #FF5792;
}
</style>
background-color css
<style>
a { background-color: #FF5792; }
a { background-color: rgb(255,87,146); }
div.DivClassName
{
background-color: #FF5792;
}
.BgClassName
{
background-color: #FF5792;
}
</style>
border-color css
<style>
span { border-color: #FF5792; }
span { border-color: rgb(255,87,146); }
td.TdClassName
{
border-color: #FF5792;
}
.TagClassName
{
border-color: #FF5792;
}
</style>