Shades of French Rose #FA548A
Tints of French Rose #FA548A
RGB
CMYK
RGB Variations
Color information
#FA548A (or 0xFA548A) is known color: French Rose. HEX triplet: FA, 54 and 8A. RGB value is (250,84,138). Sum of RGB (Red+Green+Blue) = 250+84+138=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA548A is #05AB75. Grayscale: #8B8B8B. Windows color (decimal): -371574 or 9065722. OLE color: 9065722.
HSL color Cylindrical-coordinate representation of color #FA548A: hue angle of 340.48º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA548A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 138 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.02 |
| HSL | 340.48º | 0.94% | 0.65% | - |
| HSV(B) | 340.48º | 0.66% | 0.98% | - |
| XYZ | 47.18 | 28.5 | 27.06 | - |
| YUV | 139.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 138 | 0 | 0.66 | 0.45 | 0.02 | 340.48 | 0.94 | 0.65 |
| Hex | FA | 54 | 8A | 0 | 42 | 2D | 2 | 154 | 5E | 41 |
| Octal | 372 | 124 | 212 | 0 | 102 | 55 | 2 | 524 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10001010 | 0 | 1000010 | 101101 | 10 | 101010100 | 1011110 | 1000001 |
Color Harmonies of #FA548A
Complementary color
Monochromatic Colors of #FA548A
Black with #FA548A
Text Example
Text Example
White with #FA548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA548A; }
p { color: rgb(250,84,138); }
H1.HeaderClassName
{
color: #FA548A;
}
.AnyTagClassName
{
color: #FA548A;
}
</style>
background-color css
<style>
a { background-color: #FA548A; }
a { background-color: rgb(250,84,138); }
div.DivClassName
{
background-color: #FA548A;
}
.BgClassName
{
background-color: #FA548A;
}
</style>
border-color css
<style>
span { border-color: #FA548A; }
span { border-color: rgb(250,84,138); }
td.TdClassName
{
border-color: #FA548A;
}
.TagClassName
{
border-color: #FA548A;
}
</style>