Shades of Brilliant Rose #FA5BA4
Tints of Brilliant Rose #FA5BA4
RGB
CMYK
RGB Variations
Color information
#FA5BA4 (or 0xFA5BA4) is known color: Brilliant Rose. HEX triplet: FA, 5B and A4. RGB value is (250,91,164). Sum of RGB (Red+Green+Blue) = 250+91+164=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5BA4 is #05A45B. Grayscale: #929292. Windows color (decimal): -369756 or 10771450. OLE color: 10771450.
HSL color Cylindrical-coordinate representation of color #FA5BA4: hue angle of 332.45º 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 #FA5BA4 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 164 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.02 |
| HSL | 332.45º | 0.94% | 0.67% | - |
| HSV(B) | 332.45º | 0.64% | 0.98% | - |
| XYZ | 49.87 | 30.49 | 38.38 | - |
| YUV | 146.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 164 | 0 | 0.64 | 0.34 | 0.02 | 332.45 | 0.94 | 0.67 |
| Hex | FA | 5B | A4 | 0 | 40 | 22 | 2 | 14C | 5E | 43 |
| Octal | 372 | 133 | 244 | 0 | 100 | 42 | 2 | 514 | 136 | 103 |
| Binary | 11111010 | 1011011 | 10100100 | 0 | 1000000 | 100010 | 10 | 101001100 | 1011110 | 1000011 |
Color Harmonies of #FA5BA4
Complementary color
Monochromatic Colors of #FA5BA4
Black with #FA5BA4
Text Example
Text Example
White with #FA5BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BA4; }
p { color: rgb(250,91,164); }
H1.HeaderClassName
{
color: #FA5BA4;
}
.AnyTagClassName
{
color: #FA5BA4;
}
</style>
background-color css
<style>
a { background-color: #FA5BA4; }
a { background-color: rgb(250,91,164); }
div.DivClassName
{
background-color: #FA5BA4;
}
.BgClassName
{
background-color: #FA5BA4;
}
</style>
border-color css
<style>
span { border-color: #FA5BA4; }
span { border-color: rgb(250,91,164); }
td.TdClassName
{
border-color: #FA5BA4;
}
.TagClassName
{
border-color: #FA5BA4;
}
</style>