Shades of French Rose #FF5283
Tints of French Rose #FF5283
RGB
CMYK
RGB Variations
Color information
#FF5283 (or 0xFF5283) is known color: French Rose. HEX triplet: FF, 52 and 83. RGB value is (255,82,131). Sum of RGB (Red+Green+Blue) = 255+82+131=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5283 is #00AD7C. Grayscale: #8B8B8B. Windows color (decimal): -44413 or 8606463. OLE color: 8606463.
HSL color Cylindrical-coordinate representation of color #FF5283: hue angle of 343.01º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5283 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 131 | - |
| CMYK | 0 | 0.68 | 0.49 | 0 |
| HSL | 343.01º | 1% | 0.66% | - |
| HSV(B) | 343.01º | 0.68% | 1% | - |
| XYZ | 48.35 | 28.93 | 24.51 | - |
| YUV | 139.31 | 123.31 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 131 | 0 | 0.68 | 0.49 | 0 | 343.01 | 1 | 0.66 |
| Hex | FF | 52 | 83 | 0 | 44 | 31 | 0 | 157 | 64 | 42 |
| Octal | 377 | 122 | 203 | 0 | 104 | 61 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010010 | 10000011 | 0 | 1000100 | 110001 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5283
Complementary color
Monochromatic Colors of #FF5283
Black with #FF5283
Text Example
Text Example
White with #FF5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5283; }
p { color: rgb(255,82,131); }
H1.HeaderClassName
{
color: #FF5283;
}
.AnyTagClassName
{
color: #FF5283;
}
</style>
background-color css
<style>
a { background-color: #FF5283; }
a { background-color: rgb(255,82,131); }
div.DivClassName
{
background-color: #FF5283;
}
.BgClassName
{
background-color: #FF5283;
}
</style>
border-color css
<style>
span { border-color: #FF5283; }
span { border-color: rgb(255,82,131); }
td.TdClassName
{
border-color: #FF5283;
}
.TagClassName
{
border-color: #FF5283;
}
</style>