Shades of French Rose #FA528C
Tints of French Rose #FA528C
RGB
CMYK
RGB Variations
Color information
#FA528C (or 0xFA528C) is known color: French Rose. HEX triplet: FA, 52 and 8C. RGB value is (250,82,140). Sum of RGB (Red+Green+Blue) = 250+82+140=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA528C is #05AD73. Grayscale: #8A8A8A. Windows color (decimal): -372084 or 9196282. OLE color: 9196282.
HSL color Cylindrical-coordinate representation of color #FA528C: hue angle of 339.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA528C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 140 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.02 |
| HSL | 339.29º | 0.94% | 0.65% | - |
| HSV(B) | 339.29º | 0.67% | 0.98% | - |
| XYZ | 47.18 | 28.25 | 27.78 | - |
| YUV | 138.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 140 | 0 | 0.67 | 0.44 | 0.02 | 339.29 | 0.94 | 0.65 |
| Hex | FA | 52 | 8C | 0 | 43 | 2C | 2 | 153 | 5E | 41 |
| Octal | 372 | 122 | 214 | 0 | 103 | 54 | 2 | 523 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10001100 | 0 | 1000011 | 101100 | 10 | 101010011 | 1011110 | 1000001 |
Color Harmonies of #FA528C
Complementary color
Monochromatic Colors of #FA528C
Black with #FA528C
Text Example
Text Example
White with #FA528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA528C; }
p { color: rgb(250,82,140); }
H1.HeaderClassName
{
color: #FA528C;
}
.AnyTagClassName
{
color: #FA528C;
}
</style>
background-color css
<style>
a { background-color: #FA528C; }
a { background-color: rgb(250,82,140); }
div.DivClassName
{
background-color: #FA528C;
}
.BgClassName
{
background-color: #FA528C;
}
</style>
border-color css
<style>
span { border-color: #FA528C; }
span { border-color: rgb(250,82,140); }
td.TdClassName
{
border-color: #FA528C;
}
.TagClassName
{
border-color: #FA528C;
}
</style>