Shades of Brilliant Rose #FA4DAC
Tints of Brilliant Rose #FA4DAC
RGB
CMYK
RGB Variations
Color information
#FA4DAC (or 0xFA4DAC) is known color: Brilliant Rose. HEX triplet: FA, 4D and AC. RGB value is (250,77,172). Sum of RGB (Red+Green+Blue) = 250+77+172=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA4DAC is #05B253. Grayscale: #8B8B8B. Windows color (decimal): -373332 or 11292154. OLE color: 11292154.
HSL color Cylindrical-coordinate representation of color #FA4DAC: hue angle of 327.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DAC is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 172 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.02 |
| HSL | 327.05º | 0.95% | 0.64% | - |
| HSV(B) | 327.05º | 0.69% | 0.98% | - |
| XYZ | 49.52 | 28.61 | 41.94 | - |
| YUV | 139.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 172 | 0 | 0.69 | 0.31 | 0.02 | 327.05 | 0.95 | 0.64 |
| Hex | FA | 4D | AC | 0 | 45 | 1F | 2 | 147 | 5F | 40 |
| Octal | 372 | 115 | 254 | 0 | 105 | 37 | 2 | 507 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10101100 | 0 | 1000101 | 11111 | 10 | 101000111 | 1011111 | 1000000 |
Color Harmonies of #FA4DAC
Complementary color
Monochromatic Colors of #FA4DAC
Black with #FA4DAC
Text Example
Text Example
White with #FA4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DAC; }
p { color: rgb(250,77,172); }
H1.HeaderClassName
{
color: #FA4DAC;
}
.AnyTagClassName
{
color: #FA4DAC;
}
</style>
background-color css
<style>
a { background-color: #FA4DAC; }
a { background-color: rgb(250,77,172); }
div.DivClassName
{
background-color: #FA4DAC;
}
.BgClassName
{
background-color: #FA4DAC;
}
</style>
border-color css
<style>
span { border-color: #FA4DAC; }
span { border-color: rgb(250,77,172); }
td.TdClassName
{
border-color: #FA4DAC;
}
.TagClassName
{
border-color: #FA4DAC;
}
</style>