Shades of Brilliant Rose #FA61A8
Tints of Brilliant Rose #FA61A8
RGB
CMYK
RGB Variations
Color information
#FA61A8 (or 0xFA61A8) is known color: Brilliant Rose. HEX triplet: FA, 61 and A8. RGB value is (250,97,168). Sum of RGB (Red+Green+Blue) = 250+97+168=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61A8 is #059E57. Grayscale: #969696. Windows color (decimal): -368216 or 11035130. OLE color: 11035130.
HSL color Cylindrical-coordinate representation of color #FA61A8: hue angle of 332.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 168 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.02 |
| HSL | 332.16º | 0.94% | 0.68% | - |
| HSV(B) | 332.16º | 0.61% | 0.98% | - |
| XYZ | 50.77 | 31.7 | 40.49 | - |
| YUV | 150.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 168 | 0 | 0.61 | 0.33 | 0.02 | 332.16 | 0.94 | 0.68 |
| Hex | FA | 61 | A8 | 0 | 3D | 21 | 2 | 14C | 5E | 44 |
| Octal | 372 | 141 | 250 | 0 | 75 | 41 | 2 | 514 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10101000 | 0 | 111101 | 100001 | 10 | 101001100 | 1011110 | 1000100 |
Color Harmonies of #FA61A8
Complementary color
Monochromatic Colors of #FA61A8
Black with #FA61A8
Text Example
Text Example
White with #FA61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61A8; }
p { color: rgb(250,97,168); }
H1.HeaderClassName
{
color: #FA61A8;
}
.AnyTagClassName
{
color: #FA61A8;
}
</style>
background-color css
<style>
a { background-color: #FA61A8; }
a { background-color: rgb(250,97,168); }
div.DivClassName
{
background-color: #FA61A8;
}
.BgClassName
{
background-color: #FA61A8;
}
</style>
border-color css
<style>
span { border-color: #FA61A8; }
span { border-color: rgb(250,97,168); }
td.TdClassName
{
border-color: #FA61A8;
}
.TagClassName
{
border-color: #FA61A8;
}
</style>