Shades of French Rose #FA528F
Tints of French Rose #FA528F
RGB
CMYK
RGB Variations
Color information
#FA528F (or 0xFA528F) is known color: French Rose. HEX triplet: FA, 52 and 8F. RGB value is (250,82,143). Sum of RGB (Red+Green+Blue) = 250+82+143=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA528F is #05AD70. Grayscale: #8B8B8B. Windows color (decimal): -372081 or 9392890. OLE color: 9392890.
HSL color Cylindrical-coordinate representation of color #FA528F: hue angle of 338.21º 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 #FA528F is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 143 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.02 |
| HSL | 338.21º | 0.94% | 0.65% | - |
| HSV(B) | 338.21º | 0.67% | 0.98% | - |
| XYZ | 47.4 | 28.34 | 28.96 | - |
| YUV | 139.19 | 130.16 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 143 | 0 | 0.67 | 0.43 | 0.02 | 338.21 | 0.94 | 0.65 |
| Hex | FA | 52 | 8F | 0 | 43 | 2B | 2 | 152 | 5E | 41 |
| Octal | 372 | 122 | 217 | 0 | 103 | 53 | 2 | 522 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10001111 | 0 | 1000011 | 101011 | 10 | 101010010 | 1011110 | 1000001 |
Color Harmonies of #FA528F
Complementary color
Monochromatic Colors of #FA528F
Black with #FA528F
Text Example
Text Example
White with #FA528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA528F; }
p { color: rgb(250,82,143); }
H1.HeaderClassName
{
color: #FA528F;
}
.AnyTagClassName
{
color: #FA528F;
}
</style>
background-color css
<style>
a { background-color: #FA528F; }
a { background-color: rgb(250,82,143); }
div.DivClassName
{
background-color: #FA528F;
}
.BgClassName
{
background-color: #FA528F;
}
</style>
border-color css
<style>
span { border-color: #FA528F; }
span { border-color: rgb(250,82,143); }
td.TdClassName
{
border-color: #FA528F;
}
.TagClassName
{
border-color: #FA528F;
}
</style>