Shades of Brilliant Rose #FA55B0
Tints of Brilliant Rose #FA55B0
RGB
CMYK
RGB Variations
Color information
#FA55B0 (or 0xFA55B0) is known color: Brilliant Rose. HEX triplet: FA, 55 and B0. RGB value is (250,85,176). Sum of RGB (Red+Green+Blue) = 250+85+176=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55B0 is #05AA4F. Grayscale: #909090. Windows color (decimal): -371280 or 11556346. OLE color: 11556346.
HSL color Cylindrical-coordinate representation of color #FA55B0: hue angle of 326.91º 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 #FA55B0 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 176 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.02 |
| HSL | 326.91º | 0.94% | 0.66% | - |
| HSV(B) | 326.91º | 0.66% | 0.98% | - |
| XYZ | 50.51 | 29.96 | 44.19 | - |
| YUV | 144.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 176 | 0 | 0.66 | 0.30 | 0.02 | 326.91 | 0.94 | 0.66 |
| Hex | FA | 55 | B0 | 0 | 42 | 1E | 2 | 147 | 5E | 42 |
| Octal | 372 | 125 | 260 | 0 | 102 | 36 | 2 | 507 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10110000 | 0 | 1000010 | 11110 | 10 | 101000111 | 1011110 | 1000010 |
Color Harmonies of #FA55B0
Complementary color
Monochromatic Colors of #FA55B0
Black with #FA55B0
Text Example
Text Example
White with #FA55B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55B0; }
p { color: rgb(250,85,176); }
H1.HeaderClassName
{
color: #FA55B0;
}
.AnyTagClassName
{
color: #FA55B0;
}
</style>
background-color css
<style>
a { background-color: #FA55B0; }
a { background-color: rgb(250,85,176); }
div.DivClassName
{
background-color: #FA55B0;
}
.BgClassName
{
background-color: #FA55B0;
}
</style>
border-color css
<style>
span { border-color: #FA55B0; }
span { border-color: rgb(250,85,176); }
td.TdClassName
{
border-color: #FA55B0;
}
.TagClassName
{
border-color: #FA55B0;
}
</style>