Shades of Brilliant Rose #FA4BBA
Tints of Brilliant Rose #FA4BBA
RGB
CMYK
RGB Variations
Color information
#FA4BBA (or 0xFA4BBA) is known color: Brilliant Rose. HEX triplet: FA, 4B and BA. RGB value is (250,75,186). Sum of RGB (Red+Green+Blue) = 250+75+186=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BBA is #05B445. Grayscale: #8B8B8B. Windows color (decimal): -373830 or 12209146. OLE color: 12209146.
HSL color Cylindrical-coordinate representation of color #FA4BBA: hue angle of 321.94º 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 #FA4BBA is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 186 | - |
| CMYK | 0 | 0.7 | 0.26 | 0.02 |
| HSL | 321.94º | 0.95% | 0.64% | - |
| HSV(B) | 321.94º | 0.7% | 0.98% | - |
| XYZ | 50.8 | 28.9 | 49.36 | - |
| YUV | 139.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 186 | 0 | 0.7 | 0.26 | 0.02 | 321.94 | 0.95 | 0.64 |
| Hex | FA | 4B | BA | 0 | 46 | 1A | 2 | 142 | 5F | 40 |
| Octal | 372 | 113 | 272 | 0 | 106 | 32 | 2 | 502 | 137 | 100 |
| Binary | 11111010 | 1001011 | 10111010 | 0 | 1000110 | 11010 | 10 | 101000010 | 1011111 | 1000000 |
Color Harmonies of #FA4BBA
Complementary color
Monochromatic Colors of #FA4BBA
Black with #FA4BBA
Text Example
Text Example
White with #FA4BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BBA; }
p { color: rgb(250,75,186); }
H1.HeaderClassName
{
color: #FA4BBA;
}
.AnyTagClassName
{
color: #FA4BBA;
}
</style>
background-color css
<style>
a { background-color: #FA4BBA; }
a { background-color: rgb(250,75,186); }
div.DivClassName
{
background-color: #FA4BBA;
}
.BgClassName
{
background-color: #FA4BBA;
}
</style>
border-color css
<style>
span { border-color: #FA4BBA; }
span { border-color: rgb(250,75,186); }
td.TdClassName
{
border-color: #FA4BBA;
}
.TagClassName
{
border-color: #FA4BBA;
}
</style>