Shades of French Rose #FF538A
Tints of French Rose #FF538A
RGB
CMYK
RGB Variations
Color information
#FF538A (or 0xFF538A) is known color: French Rose. HEX triplet: FF, 53 and 8A. RGB value is (255,83,138). Sum of RGB (Red+Green+Blue) = 255+83+138=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF538A is #00AC75. Grayscale: #8C8C8C. Windows color (decimal): -44150 or 9065471. OLE color: 9065471.
HSL color Cylindrical-coordinate representation of color #FF538A: hue angle of 340.81º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF538A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 138 | - |
| CMYK | 0 | 0.67 | 0.46 | 0 |
| HSL | 340.81º | 1% | 0.66% | - |
| HSV(B) | 340.81º | 0.67% | 1% | - |
| XYZ | 48.92 | 29.28 | 27.12 | - |
| YUV | 140.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 138 | 0 | 0.67 | 0.46 | 0 | 340.81 | 1 | 0.66 |
| Hex | FF | 53 | 8A | 0 | 43 | 2E | 0 | 155 | 64 | 42 |
| Octal | 377 | 123 | 212 | 0 | 103 | 56 | 0 | 525 | 144 | 102 |
| Binary | 11111111 | 1010011 | 10001010 | 0 | 1000011 | 101110 | 0 | 101010101 | 1100100 | 1000010 |
Color Harmonies of #FF538A
Complementary color
Monochromatic Colors of #FF538A
Black with #FF538A
Text Example
Text Example
White with #FF538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF538A; }
p { color: rgb(255,83,138); }
H1.HeaderClassName
{
color: #FF538A;
}
.AnyTagClassName
{
color: #FF538A;
}
</style>
background-color css
<style>
a { background-color: #FF538A; }
a { background-color: rgb(255,83,138); }
div.DivClassName
{
background-color: #FF538A;
}
.BgClassName
{
background-color: #FF538A;
}
</style>
border-color css
<style>
span { border-color: #FF538A; }
span { border-color: rgb(255,83,138); }
td.TdClassName
{
border-color: #FF538A;
}
.TagClassName
{
border-color: #FF538A;
}
</style>