Shades of French Rose #FC5385
Tints of French Rose #FC5385
RGB
CMYK
RGB Variations
Color information
#FC5385 (or 0xFC5385) is known color: French Rose. HEX triplet: FC, 53 and 85. RGB value is (252,83,133). Sum of RGB (Red+Green+Blue) = 252+83+133=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5385 is #03AC7A. Grayscale: #8B8B8B. Windows color (decimal): -240763 or 8737788. OLE color: 8737788.
HSL color Cylindrical-coordinate representation of color #FC5385: hue angle of 342.25º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5385 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 133 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.01 |
| HSL | 342.25º | 0.97% | 0.66% | - |
| HSV(B) | 342.25º | 0.67% | 0.99% | - |
| XYZ | 47.47 | 28.58 | 25.2 | - |
| YUV | 139.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 133 | 0 | 0.67 | 0.47 | 0.01 | 342.25 | 0.97 | 0.66 |
| Hex | FC | 53 | 85 | 0 | 43 | 2F | 1 | 156 | 61 | 42 |
| Octal | 374 | 123 | 205 | 0 | 103 | 57 | 1 | 526 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10000101 | 0 | 1000011 | 101111 | 1 | 101010110 | 1100001 | 1000010 |
Color Harmonies of #FC5385
Complementary color
Monochromatic Colors of #FC5385
Black with #FC5385
Text Example
Text Example
White with #FC5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5385; }
p { color: rgb(252,83,133); }
H1.HeaderClassName
{
color: #FC5385;
}
.AnyTagClassName
{
color: #FC5385;
}
</style>
background-color css
<style>
a { background-color: #FC5385; }
a { background-color: rgb(252,83,133); }
div.DivClassName
{
background-color: #FC5385;
}
.BgClassName
{
background-color: #FC5385;
}
</style>
border-color css
<style>
span { border-color: #FC5385; }
span { border-color: rgb(252,83,133); }
td.TdClassName
{
border-color: #FC5385;
}
.TagClassName
{
border-color: #FC5385;
}
</style>