Shades of Brilliant Rose #FA55A4
Tints of Brilliant Rose #FA55A4
RGB
CMYK
RGB Variations
Color information
#FA55A4 (or 0xFA55A4) is known color: Brilliant Rose. HEX triplet: FA, 55 and A4. RGB value is (250,85,164). Sum of RGB (Red+Green+Blue) = 250+85+164=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55A4 is #05AA5B. Grayscale: #8F8F8F. Windows color (decimal): -371292 or 10769914. OLE color: 10769914.
HSL color Cylindrical-coordinate representation of color #FA55A4: hue angle of 331.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55A4 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 164 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.02 |
| HSL | 331.27º | 0.94% | 0.66% | - |
| HSV(B) | 331.27º | 0.66% | 0.98% | - |
| XYZ | 49.37 | 29.5 | 38.21 | - |
| YUV | 143.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 164 | 0 | 0.66 | 0.34 | 0.02 | 331.27 | 0.94 | 0.66 |
| Hex | FA | 55 | A4 | 0 | 42 | 22 | 2 | 14B | 5E | 42 |
| Octal | 372 | 125 | 244 | 0 | 102 | 42 | 2 | 513 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10100100 | 0 | 1000010 | 100010 | 10 | 101001011 | 1011110 | 1000010 |
Color Harmonies of #FA55A4
Complementary color
Monochromatic Colors of #FA55A4
Black with #FA55A4
Text Example
Text Example
White with #FA55A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55A4; }
p { color: rgb(250,85,164); }
H1.HeaderClassName
{
color: #FA55A4;
}
.AnyTagClassName
{
color: #FA55A4;
}
</style>
background-color css
<style>
a { background-color: #FA55A4; }
a { background-color: rgb(250,85,164); }
div.DivClassName
{
background-color: #FA55A4;
}
.BgClassName
{
background-color: #FA55A4;
}
</style>
border-color css
<style>
span { border-color: #FA55A4; }
span { border-color: rgb(250,85,164); }
td.TdClassName
{
border-color: #FA55A4;
}
.TagClassName
{
border-color: #FA55A4;
}
</style>