Shades of Brilliant Rose #FA509D
Tints of Brilliant Rose #FA509D
RGB
CMYK
RGB Variations
Color information
#FA509D (or 0xFA509D) is known color: Brilliant Rose. HEX triplet: FA, 50 and 9D. RGB value is (250,80,157). Sum of RGB (Red+Green+Blue) = 250+80+157=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA509D is #05AF62. Grayscale: #8B8B8B. Windows color (decimal): -372579 or 10309882. OLE color: 10309882.
HSL color Cylindrical-coordinate representation of color #FA509D: hue angle of 332.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA509D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 157 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.02 |
| HSL | 332.82º | 0.94% | 0.65% | - |
| HSV(B) | 332.82º | 0.68% | 0.98% | - |
| XYZ | 48.38 | 28.5 | 34.85 | - |
| YUV | 139.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 157 | 0 | 0.68 | 0.37 | 0.02 | 332.82 | 0.94 | 0.65 |
| Hex | FA | 50 | 9D | 0 | 44 | 25 | 2 | 14D | 5E | 41 |
| Octal | 372 | 120 | 235 | 0 | 104 | 45 | 2 | 515 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10011101 | 0 | 1000100 | 100101 | 10 | 101001101 | 1011110 | 1000001 |
Color Harmonies of #FA509D
Complementary color
Monochromatic Colors of #FA509D
Black with #FA509D
Text Example
Text Example
White with #FA509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA509D; }
p { color: rgb(250,80,157); }
H1.HeaderClassName
{
color: #FA509D;
}
.AnyTagClassName
{
color: #FA509D;
}
</style>
background-color css
<style>
a { background-color: #FA509D; }
a { background-color: rgb(250,80,157); }
div.DivClassName
{
background-color: #FA509D;
}
.BgClassName
{
background-color: #FA509D;
}
</style>
border-color css
<style>
span { border-color: #FA509D; }
span { border-color: rgb(250,80,157); }
td.TdClassName
{
border-color: #FA509D;
}
.TagClassName
{
border-color: #FA509D;
}
</style>