Shades of Brilliant Rose #FA55B2
Tints of Brilliant Rose #FA55B2
RGB
CMYK
RGB Variations
Color information
#FA55B2 (or 0xFA55B2) is known color: Brilliant Rose. HEX triplet: FA, 55 and B2. RGB value is (250,85,178). Sum of RGB (Red+Green+Blue) = 250+85+178=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA55B2 is #05AA4D. Grayscale: #909090. Windows color (decimal): -371278 or 11687418. OLE color: 11687418.
HSL color Cylindrical-coordinate representation of color #FA55B2: hue angle of 326.18º 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 #FA55B2 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 178 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.02 |
| HSL | 326.18º | 0.94% | 0.66% | - |
| HSV(B) | 326.18º | 0.66% | 0.98% | - |
| XYZ | 50.71 | 30.04 | 45.24 | - |
| YUV | 144.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 178 | 0 | 0.66 | 0.29 | 0.02 | 326.18 | 0.94 | 0.66 |
| Hex | FA | 55 | B2 | 0 | 42 | 1D | 2 | 146 | 5E | 42 |
| Octal | 372 | 125 | 262 | 0 | 102 | 35 | 2 | 506 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10110010 | 0 | 1000010 | 11101 | 10 | 101000110 | 1011110 | 1000010 |
Color Harmonies of #FA55B2
Complementary color
Monochromatic Colors of #FA55B2
Black with #FA55B2
Text Example
Text Example
White with #FA55B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55B2; }
p { color: rgb(250,85,178); }
H1.HeaderClassName
{
color: #FA55B2;
}
.AnyTagClassName
{
color: #FA55B2;
}
</style>
background-color css
<style>
a { background-color: #FA55B2; }
a { background-color: rgb(250,85,178); }
div.DivClassName
{
background-color: #FA55B2;
}
.BgClassName
{
background-color: #FA55B2;
}
</style>
border-color css
<style>
span { border-color: #FA55B2; }
span { border-color: rgb(250,85,178); }
td.TdClassName
{
border-color: #FA55B2;
}
.TagClassName
{
border-color: #FA55B2;
}
</style>