Shades of Brilliant Rose #FA509B
Tints of Brilliant Rose #FA509B
RGB
CMYK
RGB Variations
Color information
#FA509B (or 0xFA509B) is known color: Brilliant Rose. HEX triplet: FA, 50 and 9B. RGB value is (250,80,155). Sum of RGB (Red+Green+Blue) = 250+80+155=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA509B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA509B is #05AF64. Grayscale: #8B8B8B. Windows color (decimal): -372581 or 10178810. OLE color: 10178810.
HSL color Cylindrical-coordinate representation of color #FA509B: hue angle of 333.53º 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 #FA509B is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 155 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.02 |
| HSL | 333.53º | 0.94% | 0.65% | - |
| HSV(B) | 333.53º | 0.68% | 0.98% | - |
| XYZ | 48.21 | 28.43 | 33.96 | - |
| YUV | 139.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 155 | 0 | 0.68 | 0.38 | 0.02 | 333.53 | 0.94 | 0.65 |
| Hex | FA | 50 | 9B | 0 | 44 | 26 | 2 | 14E | 5E | 41 |
| Octal | 372 | 120 | 233 | 0 | 104 | 46 | 2 | 516 | 136 | 101 |
| Binary | 11111010 | 1010000 | 10011011 | 0 | 1000100 | 100110 | 10 | 101001110 | 1011110 | 1000001 |
Color Harmonies of #FA509B
Complementary color
Monochromatic Colors of #FA509B
Black with #FA509B
Text Example
Text Example
White with #FA509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA509B; }
p { color: rgb(250,80,155); }
H1.HeaderClassName
{
color: #FA509B;
}
.AnyTagClassName
{
color: #FA509B;
}
</style>
background-color css
<style>
a { background-color: #FA509B; }
a { background-color: rgb(250,80,155); }
div.DivClassName
{
background-color: #FA509B;
}
.BgClassName
{
background-color: #FA509B;
}
</style>
border-color css
<style>
span { border-color: #FA509B; }
span { border-color: rgb(250,80,155); }
td.TdClassName
{
border-color: #FA509B;
}
.TagClassName
{
border-color: #FA509B;
}
</style>