Shades of Brilliant Rose #FA4CBA
Tints of Brilliant Rose #FA4CBA
RGB
CMYK
RGB Variations
Color information
#FA4CBA (or 0xFA4CBA) is known color: Brilliant Rose. HEX triplet: FA, 4C and BA. RGB value is (250,76,186). Sum of RGB (Red+Green+Blue) = 250+76+186=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CBA is #05B345. Grayscale: #8C8C8C. Windows color (decimal): -373574 or 12209402. OLE color: 12209402.
HSL color Cylindrical-coordinate representation of color #FA4CBA: hue angle of 322.07º 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 #FA4CBA is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 186 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.02 |
| HSL | 322.07º | 0.95% | 0.64% | - |
| HSV(B) | 322.07º | 0.7% | 0.98% | - |
| XYZ | 50.87 | 29.04 | 49.38 | - |
| YUV | 140.57 | 153.65 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 186 | 0 | 0.70 | 0.26 | 0.02 | 322.07 | 0.95 | 0.64 |
| Hex | FA | 4C | BA | 0 | 46 | 1A | 2 | 142 | 5F | 40 |
| Octal | 372 | 114 | 272 | 0 | 106 | 32 | 2 | 502 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10111010 | 0 | 1000110 | 11010 | 10 | 101000010 | 1011111 | 1000000 |
Color Harmonies of #FA4CBA
Complementary color
Monochromatic Colors of #FA4CBA
Black with #FA4CBA
Text Example
Text Example
White with #FA4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CBA; }
p { color: rgb(250,76,186); }
H1.HeaderClassName
{
color: #FA4CBA;
}
.AnyTagClassName
{
color: #FA4CBA;
}
</style>
background-color css
<style>
a { background-color: #FA4CBA; }
a { background-color: rgb(250,76,186); }
div.DivClassName
{
background-color: #FA4CBA;
}
.BgClassName
{
background-color: #FA4CBA;
}
</style>
border-color css
<style>
span { border-color: #FA4CBA; }
span { border-color: rgb(250,76,186); }
td.TdClassName
{
border-color: #FA4CBA;
}
.TagClassName
{
border-color: #FA4CBA;
}
</style>