Shades of Brilliant Rose #FA65A1
Tints of Brilliant Rose #FA65A1
RGB
CMYK
RGB Variations
Color information
#FA65A1 (or 0xFA65A1) is known color: Brilliant Rose. HEX triplet: FA, 65 and A1. RGB value is (250,101,161). Sum of RGB (Red+Green+Blue) = 250+101+161=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65A1 is #059A5E. Grayscale: #989898. Windows color (decimal): -367199 or 10577402. OLE color: 10577402.
HSL color Cylindrical-coordinate representation of color #FA65A1: hue angle of 335.84º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65A1 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 161 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.02 |
| HSL | 335.84º | 0.94% | 0.69% | - |
| HSV(B) | 335.84º | 0.6% | 0.98% | - |
| XYZ | 50.51 | 32.2 | 37.27 | - |
| YUV | 152.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 161 | 0 | 0.60 | 0.36 | 0.02 | 335.84 | 0.94 | 0.69 |
| Hex | FA | 65 | A1 | 0 | 3C | 24 | 2 | 150 | 5E | 45 |
| Octal | 372 | 145 | 241 | 0 | 74 | 44 | 2 | 520 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10100001 | 0 | 111100 | 100100 | 10 | 101010000 | 1011110 | 1000101 |
Color Harmonies of #FA65A1
Complementary color
Monochromatic Colors of #FA65A1
Black with #FA65A1
Text Example
Text Example
White with #FA65A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65A1; }
p { color: rgb(250,101,161); }
H1.HeaderClassName
{
color: #FA65A1;
}
.AnyTagClassName
{
color: #FA65A1;
}
</style>
background-color css
<style>
a { background-color: #FA65A1; }
a { background-color: rgb(250,101,161); }
div.DivClassName
{
background-color: #FA65A1;
}
.BgClassName
{
background-color: #FA65A1;
}
</style>
border-color css
<style>
span { border-color: #FA65A1; }
span { border-color: rgb(250,101,161); }
td.TdClassName
{
border-color: #FA65A1;
}
.TagClassName
{
border-color: #FA65A1;
}
</style>