Shades of Brilliant Rose #FA4CAC
Tints of Brilliant Rose #FA4CAC
RGB
CMYK
RGB Variations
Color information
#FA4CAC (or 0xFA4CAC) is known color: Brilliant Rose. HEX triplet: FA, 4C and AC. RGB value is (250,76,172). Sum of RGB (Red+Green+Blue) = 250+76+172=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CAC is #05B353. Grayscale: #8A8A8A. Windows color (decimal): -373588 or 11291898. OLE color: 11291898.
HSL color Cylindrical-coordinate representation of color #FA4CAC: hue angle of 326.9º 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 #FA4CAC is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 172 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.02 |
| HSL | 326.9º | 0.95% | 0.64% | - |
| HSV(B) | 326.9º | 0.7% | 0.98% | - |
| XYZ | 49.46 | 28.47 | 41.92 | - |
| YUV | 138.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 172 | 0 | 0.70 | 0.31 | 0.02 | 326.9 | 0.95 | 0.64 |
| Hex | FA | 4C | AC | 0 | 46 | 1F | 2 | 147 | 5F | 40 |
| Octal | 372 | 114 | 254 | 0 | 106 | 37 | 2 | 507 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10101100 | 0 | 1000110 | 11111 | 10 | 101000111 | 1011111 | 1000000 |
Color Harmonies of #FA4CAC
Complementary color
Monochromatic Colors of #FA4CAC
Black with #FA4CAC
Text Example
Text Example
White with #FA4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CAC; }
p { color: rgb(250,76,172); }
H1.HeaderClassName
{
color: #FA4CAC;
}
.AnyTagClassName
{
color: #FA4CAC;
}
</style>
background-color css
<style>
a { background-color: #FA4CAC; }
a { background-color: rgb(250,76,172); }
div.DivClassName
{
background-color: #FA4CAC;
}
.BgClassName
{
background-color: #FA4CAC;
}
</style>
border-color css
<style>
span { border-color: #FA4CAC; }
span { border-color: rgb(250,76,172); }
td.TdClassName
{
border-color: #FA4CAC;
}
.TagClassName
{
border-color: #FA4CAC;
}
</style>