Shades of French Rose #FC538F
Tints of French Rose #FC538F
RGB
CMYK
RGB Variations
Color information
#FC538F (or 0xFC538F) is known color: French Rose. HEX triplet: FC, 53 and 8F. RGB value is (252,83,143). Sum of RGB (Red+Green+Blue) = 252+83+143=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC538F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC538F is #03AC70. Grayscale: #8C8C8C. Windows color (decimal): -240753 or 9393148. OLE color: 9393148.
HSL color Cylindrical-coordinate representation of color #FC538F: hue angle of 338.7º 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 #FC538F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 143 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.01 |
| HSL | 338.7º | 0.97% | 0.66% | - |
| HSV(B) | 338.7º | 0.67% | 0.99% | - |
| XYZ | 48.2 | 28.87 | 29.02 | - |
| YUV | 140.37 | 129.49 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 143 | 0 | 0.67 | 0.43 | 0.01 | 338.7 | 0.97 | 0.66 |
| Hex | FC | 53 | 8F | 0 | 43 | 2B | 1 | 153 | 61 | 42 |
| Octal | 374 | 123 | 217 | 0 | 103 | 53 | 1 | 523 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10001111 | 0 | 1000011 | 101011 | 1 | 101010011 | 1100001 | 1000010 |
Color Harmonies of #FC538F
Complementary color
Monochromatic Colors of #FC538F
Black with #FC538F
Text Example
Text Example
White with #FC538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC538F; }
p { color: rgb(252,83,143); }
H1.HeaderClassName
{
color: #FC538F;
}
.AnyTagClassName
{
color: #FC538F;
}
</style>
background-color css
<style>
a { background-color: #FC538F; }
a { background-color: rgb(252,83,143); }
div.DivClassName
{
background-color: #FC538F;
}
.BgClassName
{
background-color: #FC538F;
}
</style>
border-color css
<style>
span { border-color: #FC538F; }
span { border-color: rgb(252,83,143); }
td.TdClassName
{
border-color: #FC538F;
}
.TagClassName
{
border-color: #FC538F;
}
</style>