Shades of Brilliant Rose #FA55B5
Tints of Brilliant Rose #FA55B5
RGB
CMYK
RGB Variations
Color information
#FA55B5 (or 0xFA55B5) is known color: Brilliant Rose. HEX triplet: FA, 55 and B5. RGB value is (250,85,181). Sum of RGB (Red+Green+Blue) = 250+85+181=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55B5 is #05AA4A. Grayscale: #919191. Windows color (decimal): -371275 or 11884026. OLE color: 11884026.
HSL color Cylindrical-coordinate representation of color #FA55B5: hue angle of 325.09º 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 #FA55B5 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 181 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.02 |
| HSL | 325.09º | 0.94% | 0.66% | - |
| HSV(B) | 325.09º | 0.66% | 0.98% | - |
| XYZ | 51.01 | 30.16 | 46.85 | - |
| YUV | 145.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 181 | 0 | 0.66 | 0.28 | 0.02 | 325.09 | 0.94 | 0.66 |
| Hex | FA | 55 | B5 | 0 | 42 | 1C | 2 | 145 | 5E | 42 |
| Octal | 372 | 125 | 265 | 0 | 102 | 34 | 2 | 505 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10110101 | 0 | 1000010 | 11100 | 10 | 101000101 | 1011110 | 1000010 |
Color Harmonies of #FA55B5
Complementary color
Monochromatic Colors of #FA55B5
Black with #FA55B5
Text Example
Text Example
White with #FA55B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55B5; }
p { color: rgb(250,85,181); }
H1.HeaderClassName
{
color: #FA55B5;
}
.AnyTagClassName
{
color: #FA55B5;
}
</style>
background-color css
<style>
a { background-color: #FA55B5; }
a { background-color: rgb(250,85,181); }
div.DivClassName
{
background-color: #FA55B5;
}
.BgClassName
{
background-color: #FA55B5;
}
</style>
border-color css
<style>
span { border-color: #FA55B5; }
span { border-color: rgb(250,85,181); }
td.TdClassName
{
border-color: #FA55B5;
}
.TagClassName
{
border-color: #FA55B5;
}
</style>