Shades of Brilliant Rose #FA58B0
Tints of Brilliant Rose #FA58B0
RGB
CMYK
RGB Variations
Color information
#FA58B0 (or 0xFA58B0) is known color: Brilliant Rose. HEX triplet: FA, 58 and B0. RGB value is (250,88,176). Sum of RGB (Red+Green+Blue) = 250+88+176=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA58B0 is #05A74F. Grayscale: #929292. Windows color (decimal): -370512 or 11557114. OLE color: 11557114.
HSL color Cylindrical-coordinate representation of color #FA58B0: hue angle of 327.41º 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 #FA58B0 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 176 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.02 |
| HSL | 327.41º | 0.94% | 0.66% | - |
| HSV(B) | 327.41º | 0.65% | 0.98% | - |
| XYZ | 50.75 | 30.44 | 44.27 | - |
| YUV | 146.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 176 | 0 | 0.65 | 0.30 | 0.02 | 327.41 | 0.94 | 0.66 |
| Hex | FA | 58 | B0 | 0 | 41 | 1E | 2 | 147 | 5E | 42 |
| Octal | 372 | 130 | 260 | 0 | 101 | 36 | 2 | 507 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10110000 | 0 | 1000001 | 11110 | 10 | 101000111 | 1011110 | 1000010 |
Color Harmonies of #FA58B0
Complementary color
Monochromatic Colors of #FA58B0
Black with #FA58B0
Text Example
Text Example
White with #FA58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58B0; }
p { color: rgb(250,88,176); }
H1.HeaderClassName
{
color: #FA58B0;
}
.AnyTagClassName
{
color: #FA58B0;
}
</style>
background-color css
<style>
a { background-color: #FA58B0; }
a { background-color: rgb(250,88,176); }
div.DivClassName
{
background-color: #FA58B0;
}
.BgClassName
{
background-color: #FA58B0;
}
</style>
border-color css
<style>
span { border-color: #FA58B0; }
span { border-color: rgb(250,88,176); }
td.TdClassName
{
border-color: #FA58B0;
}
.TagClassName
{
border-color: #FA58B0;
}
</style>