Shades of Brilliant Rose #FA4BA5
Tints of Brilliant Rose #FA4BA5
RGB
CMYK
RGB Variations
Color information
#FA4BA5 (or 0xFA4BA5) is known color: Brilliant Rose. HEX triplet: FA, 4B and A5. RGB value is (250,75,165). Sum of RGB (Red+Green+Blue) = 250+75+165=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4BA5 is #05B45A. Grayscale: #898989. Windows color (decimal): -373851 or 10832890. OLE color: 10832890.
HSL color Cylindrical-coordinate representation of color #FA4BA5: hue angle of 329.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4BA5 is Cyan = 0, Magento = 0.7, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 165 | - |
| CMYK | 0 | 0.7 | 0.34 | 0.02 |
| HSL | 329.14º | 0.95% | 0.64% | - |
| HSV(B) | 329.14º | 0.7% | 0.98% | - |
| XYZ | 48.73 | 28.07 | 38.45 | - |
| YUV | 137.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 165 | 0 | 0.7 | 0.34 | 0.02 | 329.14 | 0.95 | 0.64 |
| Hex | FA | 4B | A5 | 0 | 46 | 22 | 2 | 149 | 5F | 40 |
| Octal | 372 | 113 | 245 | 0 | 106 | 42 | 2 | 511 | 137 | 100 |
| Binary | 11111010 | 1001011 | 10100101 | 0 | 1000110 | 100010 | 10 | 101001001 | 1011111 | 1000000 |
Color Harmonies of #FA4BA5
Complementary color
Monochromatic Colors of #FA4BA5
Black with #FA4BA5
Text Example
Text Example
White with #FA4BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BA5; }
p { color: rgb(250,75,165); }
H1.HeaderClassName
{
color: #FA4BA5;
}
.AnyTagClassName
{
color: #FA4BA5;
}
</style>
background-color css
<style>
a { background-color: #FA4BA5; }
a { background-color: rgb(250,75,165); }
div.DivClassName
{
background-color: #FA4BA5;
}
.BgClassName
{
background-color: #FA4BA5;
}
</style>
border-color css
<style>
span { border-color: #FA4BA5; }
span { border-color: rgb(250,75,165); }
td.TdClassName
{
border-color: #FA4BA5;
}
.TagClassName
{
border-color: #FA4BA5;
}
</style>