Shades of Brilliant Rose #FA55A2
Tints of Brilliant Rose #FA55A2
RGB
CMYK
RGB Variations
Color information
#FA55A2 (or 0xFA55A2) is known color: Brilliant Rose. HEX triplet: FA, 55 and A2. RGB value is (250,85,162). Sum of RGB (Red+Green+Blue) = 250+85+162=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55A2 is #05AA5D. Grayscale: #8E8E8E. Windows color (decimal): -371294 or 10638842. OLE color: 10638842.
HSL color Cylindrical-coordinate representation of color #FA55A2: hue angle of 332º 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 #FA55A2 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 162 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.02 |
| HSL | 332º | 0.94% | 0.66% | - |
| HSV(B) | 332º | 0.66% | 0.98% | - |
| XYZ | 49.19 | 29.43 | 37.27 | - |
| YUV | 143.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 162 | 0 | 0.66 | 0.35 | 0.02 | 332 | 0.94 | 0.66 |
| Hex | FA | 55 | A2 | 0 | 42 | 23 | 2 | 14C | 5E | 42 |
| Octal | 372 | 125 | 242 | 0 | 102 | 43 | 2 | 514 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10100010 | 0 | 1000010 | 100011 | 10 | 101001100 | 1011110 | 1000010 |
Color Harmonies of #FA55A2
Complementary color
Monochromatic Colors of #FA55A2
Black with #FA55A2
Text Example
Text Example
White with #FA55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55A2; }
p { color: rgb(250,85,162); }
H1.HeaderClassName
{
color: #FA55A2;
}
.AnyTagClassName
{
color: #FA55A2;
}
</style>
background-color css
<style>
a { background-color: #FA55A2; }
a { background-color: rgb(250,85,162); }
div.DivClassName
{
background-color: #FA55A2;
}
.BgClassName
{
background-color: #FA55A2;
}
</style>
border-color css
<style>
span { border-color: #FA55A2; }
span { border-color: rgb(250,85,162); }
td.TdClassName
{
border-color: #FA55A2;
}
.TagClassName
{
border-color: #FA55A2;
}
</style>