Shades of Brilliant Rose #FA65A2
Tints of Brilliant Rose #FA65A2
RGB
CMYK
RGB Variations
Color information
#FA65A2 (or 0xFA65A2) is known color: Brilliant Rose. HEX triplet: FA, 65 and A2. RGB value is (250,101,162). Sum of RGB (Red+Green+Blue) = 250+101+162=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65A2 is #059A5D. Grayscale: #989898. Windows color (decimal): -367198 or 10642938. OLE color: 10642938.
HSL color Cylindrical-coordinate representation of color #FA65A2: hue angle of 335.44º 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 #FA65A2 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 162 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.02 |
| HSL | 335.44º | 0.94% | 0.69% | - |
| HSV(B) | 335.44º | 0.6% | 0.98% | - |
| XYZ | 50.6 | 32.24 | 37.74 | - |
| YUV | 152.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 162 | 0 | 0.60 | 0.35 | 0.02 | 335.44 | 0.94 | 0.69 |
| Hex | FA | 65 | A2 | 0 | 3C | 23 | 2 | 14F | 5E | 45 |
| Octal | 372 | 145 | 242 | 0 | 74 | 43 | 2 | 517 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10100010 | 0 | 111100 | 100011 | 10 | 101001111 | 1011110 | 1000101 |
Color Harmonies of #FA65A2
Complementary color
Monochromatic Colors of #FA65A2
Black with #FA65A2
Text Example
Text Example
White with #FA65A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65A2; }
p { color: rgb(250,101,162); }
H1.HeaderClassName
{
color: #FA65A2;
}
.AnyTagClassName
{
color: #FA65A2;
}
</style>
background-color css
<style>
a { background-color: #FA65A2; }
a { background-color: rgb(250,101,162); }
div.DivClassName
{
background-color: #FA65A2;
}
.BgClassName
{
background-color: #FA65A2;
}
</style>
border-color css
<style>
span { border-color: #FA65A2; }
span { border-color: rgb(250,101,162); }
td.TdClassName
{
border-color: #FA65A2;
}
.TagClassName
{
border-color: #FA65A2;
}
</style>