Shades of Brilliant Rose #FA65A0
Tints of Brilliant Rose #FA65A0
RGB
CMYK
RGB Variations
Color information
#FA65A0 (or 0xFA65A0) is known color: Brilliant Rose. HEX triplet: FA, 65 and A0. RGB value is (250,101,160). Sum of RGB (Red+Green+Blue) = 250+101+160=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65A0 is #059A5F. Grayscale: #989898. Windows color (decimal): -367200 or 10511866. OLE color: 10511866.
HSL color Cylindrical-coordinate representation of color #FA65A0: hue angle of 336.24º 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 #FA65A0 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 160 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.02 |
| HSL | 336.24º | 0.94% | 0.69% | - |
| HSV(B) | 336.24º | 0.6% | 0.98% | - |
| XYZ | 50.42 | 32.17 | 36.81 | - |
| YUV | 152.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 160 | 0 | 0.60 | 0.36 | 0.02 | 336.24 | 0.94 | 0.69 |
| Hex | FA | 65 | A0 | 0 | 3C | 24 | 2 | 150 | 5E | 45 |
| Octal | 372 | 145 | 240 | 0 | 74 | 44 | 2 | 520 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10100000 | 0 | 111100 | 100100 | 10 | 101010000 | 1011110 | 1000101 |
Color Harmonies of #FA65A0
Complementary color
Monochromatic Colors of #FA65A0
Black with #FA65A0
Text Example
Text Example
White with #FA65A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65A0; }
p { color: rgb(250,101,160); }
H1.HeaderClassName
{
color: #FA65A0;
}
.AnyTagClassName
{
color: #FA65A0;
}
</style>
background-color css
<style>
a { background-color: #FA65A0; }
a { background-color: rgb(250,101,160); }
div.DivClassName
{
background-color: #FA65A0;
}
.BgClassName
{
background-color: #FA65A0;
}
</style>
border-color css
<style>
span { border-color: #FA65A0; }
span { border-color: rgb(250,101,160); }
td.TdClassName
{
border-color: #FA65A0;
}
.TagClassName
{
border-color: #FA65A0;
}
</style>