Shades of Brilliant Rose #FA5FA3
Tints of Brilliant Rose #FA5FA3
RGB
CMYK
RGB Variations
Color information
#FA5FA3 (or 0xFA5FA3) is known color: Brilliant Rose. HEX triplet: FA, 5F and A3. RGB value is (250,95,163). Sum of RGB (Red+Green+Blue) = 250+95+163=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FA3 is #05A05C. Grayscale: #949494. Windows color (decimal): -368733 or 10706938. OLE color: 10706938.
HSL color Cylindrical-coordinate representation of color #FA5FA3: hue angle of 333.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FA3 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 163 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.02 |
| HSL | 333.68º | 0.94% | 0.68% | - |
| HSV(B) | 333.68º | 0.62% | 0.98% | - |
| XYZ | 50.13 | 31.15 | 38.02 | - |
| YUV | 149.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 163 | 0 | 0.62 | 0.35 | 0.02 | 333.68 | 0.94 | 0.68 |
| Hex | FA | 5F | A3 | 0 | 3E | 23 | 2 | 14E | 5E | 44 |
| Octal | 372 | 137 | 243 | 0 | 76 | 43 | 2 | 516 | 136 | 104 |
| Binary | 11111010 | 1011111 | 10100011 | 0 | 111110 | 100011 | 10 | 101001110 | 1011110 | 1000100 |
Color Harmonies of #FA5FA3
Complementary color
Monochromatic Colors of #FA5FA3
Black with #FA5FA3
Text Example
Text Example
White with #FA5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FA3; }
p { color: rgb(250,95,163); }
H1.HeaderClassName
{
color: #FA5FA3;
}
.AnyTagClassName
{
color: #FA5FA3;
}
</style>
background-color css
<style>
a { background-color: #FA5FA3; }
a { background-color: rgb(250,95,163); }
div.DivClassName
{
background-color: #FA5FA3;
}
.BgClassName
{
background-color: #FA5FA3;
}
</style>
border-color css
<style>
span { border-color: #FA5FA3; }
span { border-color: rgb(250,95,163); }
td.TdClassName
{
border-color: #FA5FA3;
}
.TagClassName
{
border-color: #FA5FA3;
}
</style>