Shades of Brilliant Rose #FA58B2
Tints of Brilliant Rose #FA58B2
RGB
CMYK
RGB Variations
Color information
#FA58B2 (or 0xFA58B2) is known color: Brilliant Rose. HEX triplet: FA, 58 and B2. RGB value is (250,88,178). Sum of RGB (Red+Green+Blue) = 250+88+178=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58B2 is #05A74D. Grayscale: #929292. Windows color (decimal): -370510 or 11688186. OLE color: 11688186.
HSL color Cylindrical-coordinate representation of color #FA58B2: hue angle of 326.67º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58B2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 178 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.02 |
| HSL | 326.67º | 0.94% | 0.66% | - |
| HSV(B) | 326.67º | 0.65% | 0.98% | - |
| XYZ | 50.95 | 30.52 | 45.32 | - |
| YUV | 146.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 178 | 0 | 0.65 | 0.29 | 0.02 | 326.67 | 0.94 | 0.66 |
| Hex | FA | 58 | B2 | 0 | 41 | 1D | 2 | 147 | 5E | 42 |
| Octal | 372 | 130 | 262 | 0 | 101 | 35 | 2 | 507 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10110010 | 0 | 1000001 | 11101 | 10 | 101000111 | 1011110 | 1000010 |
Color Harmonies of #FA58B2
Complementary color
Monochromatic Colors of #FA58B2
Black with #FA58B2
Text Example
Text Example
White with #FA58B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58B2; }
p { color: rgb(250,88,178); }
H1.HeaderClassName
{
color: #FA58B2;
}
.AnyTagClassName
{
color: #FA58B2;
}
</style>
background-color css
<style>
a { background-color: #FA58B2; }
a { background-color: rgb(250,88,178); }
div.DivClassName
{
background-color: #FA58B2;
}
.BgClassName
{
background-color: #FA58B2;
}
</style>
border-color css
<style>
span { border-color: #FA58B2; }
span { border-color: rgb(250,88,178); }
td.TdClassName
{
border-color: #FA58B2;
}
.TagClassName
{
border-color: #FA58B2;
}
</style>