Shades of Brilliant Rose #FA5BA5
Tints of Brilliant Rose #FA5BA5
RGB
CMYK
RGB Variations
Color information
#FA5BA5 (or 0xFA5BA5) is known color: Brilliant Rose. HEX triplet: FA, 5B and A5. RGB value is (250,91,165). Sum of RGB (Red+Green+Blue) = 250+91+165=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA5 is #05A45A. Grayscale: #929292. Windows color (decimal): -369755 or 10836986. OLE color: 10836986.
HSL color Cylindrical-coordinate representation of color #FA5BA5: hue angle of 332.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BA5 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 165 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.02 |
| HSL | 332.08º | 0.94% | 0.67% | - |
| HSV(B) | 332.08º | 0.64% | 0.98% | - |
| XYZ | 49.96 | 30.52 | 38.86 | - |
| YUV | 146.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 165 | 0 | 0.64 | 0.34 | 0.02 | 332.08 | 0.94 | 0.67 |
| Hex | FA | 5B | A5 | 0 | 40 | 22 | 2 | 14C | 5E | 43 |
| Octal | 372 | 133 | 245 | 0 | 100 | 42 | 2 | 514 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10100101 | 0 | 1000000 | 100010 | 10 | 101001100 | 1011110 | 1000011 |
Color Harmonies of #FA5BA5
Complementary color
Monochromatic Colors of #FA5BA5
Black with #FA5BA5
Text Example
Text Example
White with #FA5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BA5; }
p { color: rgb(250,91,165); }
H1.HeaderClassName
{
color: #FA5BA5;
}
.AnyTagClassName
{
color: #FA5BA5;
}
</style>
background-color css
<style>
a { background-color: #FA5BA5; }
a { background-color: rgb(250,91,165); }
div.DivClassName
{
background-color: #FA5BA5;
}
.BgClassName
{
background-color: #FA5BA5;
}
</style>
border-color css
<style>
span { border-color: #FA5BA5; }
span { border-color: rgb(250,91,165); }
td.TdClassName
{
border-color: #FA5BA5;
}
.TagClassName
{
border-color: #FA5BA5;
}
</style>