Shades of French Rose #FC528A
Tints of French Rose #FC528A
RGB
CMYK
RGB Variations
Color information
#FC528A (or 0xFC528A) is known color: French Rose. HEX triplet: FC, 52 and 8A. RGB value is (252,82,138). Sum of RGB (Red+Green+Blue) = 252+82+138=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC528A is #03AD75. Grayscale: #8B8B8B. Windows color (decimal): -241014 or 9065212. OLE color: 9065212.
HSL color Cylindrical-coordinate representation of color #FC528A: hue angle of 340.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC528A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 138 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.01 |
| HSL | 340.24º | 0.97% | 0.65% | - |
| HSV(B) | 340.24º | 0.67% | 0.99% | - |
| XYZ | 47.75 | 28.57 | 27.04 | - |
| YUV | 139.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 138 | 0 | 0.67 | 0.45 | 0.01 | 340.24 | 0.97 | 0.65 |
| Hex | FC | 52 | 8A | 0 | 43 | 2D | 1 | 154 | 61 | 41 |
| Octal | 374 | 122 | 212 | 0 | 103 | 55 | 1 | 524 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10001010 | 0 | 1000011 | 101101 | 1 | 101010100 | 1100001 | 1000001 |
Color Harmonies of #FC528A
Complementary color
Monochromatic Colors of #FC528A
Black with #FC528A
Text Example
Text Example
White with #FC528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC528A; }
p { color: rgb(252,82,138); }
H1.HeaderClassName
{
color: #FC528A;
}
.AnyTagClassName
{
color: #FC528A;
}
</style>
background-color css
<style>
a { background-color: #FC528A; }
a { background-color: rgb(252,82,138); }
div.DivClassName
{
background-color: #FC528A;
}
.BgClassName
{
background-color: #FC528A;
}
</style>
border-color css
<style>
span { border-color: #FC528A; }
span { border-color: rgb(252,82,138); }
td.TdClassName
{
border-color: #FC528A;
}
.TagClassName
{
border-color: #FC528A;
}
</style>