Shades of French Rose #F55382
Tints of French Rose #F55382
RGB
CMYK
RGB Variations
Color information
#F55382 (or 0xF55382) is known color: French Rose. HEX triplet: F5, 53 and 82. RGB value is (245,83,130). Sum of RGB (Red+Green+Blue) = 245+83+130=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55382 is #0AAC7D. Grayscale: #888888. Windows color (decimal): -699518 or 8541173. OLE color: 8541173.
HSL color Cylindrical-coordinate representation of color #F55382: hue angle of 342.59º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55382 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 130 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.04 |
| HSL | 342.59º | 0.89% | 0.64% | - |
| HSV(B) | 342.59º | 0.66% | 0.96% | - |
| XYZ | 44.78 | 27.21 | 24.01 | - |
| YUV | 136.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 130 | 0 | 0.66 | 0.47 | 0.04 | 342.59 | 0.89 | 0.64 |
| Hex | F5 | 53 | 82 | 0 | 42 | 2F | 4 | 157 | 59 | 40 |
| Octal | 365 | 123 | 202 | 0 | 102 | 57 | 4 | 527 | 131 | 100 |
| Binary | 11110101 | 1010011 | 10000010 | 0 | 1000010 | 101111 | 100 | 101010111 | 1011001 | 1000000 |
Color Harmonies of #F55382
Complementary color
Monochromatic Colors of #F55382
Black with #F55382
Text Example
Text Example
White with #F55382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55382; }
p { color: rgb(245,83,130); }
H1.HeaderClassName
{
color: #F55382;
}
.AnyTagClassName
{
color: #F55382;
}
</style>
background-color css
<style>
a { background-color: #F55382; }
a { background-color: rgb(245,83,130); }
div.DivClassName
{
background-color: #F55382;
}
.BgClassName
{
background-color: #F55382;
}
</style>
border-color css
<style>
span { border-color: #F55382; }
span { border-color: rgb(245,83,130); }
td.TdClassName
{
border-color: #F55382;
}
.TagClassName
{
border-color: #F55382;
}
</style>