Shades of Brilliant Rose #FA61A5
Tints of Brilliant Rose #FA61A5
RGB
CMYK
RGB Variations
Color information
#FA61A5 (or 0xFA61A5) is known color: Brilliant Rose. HEX triplet: FA, 61 and A5. RGB value is (250,97,165). Sum of RGB (Red+Green+Blue) = 250+97+165=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA61A5 is #059E5A. Grayscale: #969696. Windows color (decimal): -368219 or 10838522. OLE color: 10838522.
HSL color Cylindrical-coordinate representation of color #FA61A5: hue angle of 333.33º 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 #FA61A5 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 165 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.02 |
| HSL | 333.33º | 0.94% | 0.68% | - |
| HSV(B) | 333.33º | 0.61% | 0.98% | - |
| XYZ | 50.49 | 31.59 | 39.03 | - |
| YUV | 150.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 165 | 0 | 0.61 | 0.34 | 0.02 | 333.33 | 0.94 | 0.68 |
| Hex | FA | 61 | A5 | 0 | 3D | 22 | 2 | 14D | 5E | 44 |
| Octal | 372 | 141 | 245 | 0 | 75 | 42 | 2 | 515 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10100101 | 0 | 111101 | 100010 | 10 | 101001101 | 1011110 | 1000100 |
Color Harmonies of #FA61A5
Complementary color
Monochromatic Colors of #FA61A5
Black with #FA61A5
Text Example
Text Example
White with #FA61A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61A5; }
p { color: rgb(250,97,165); }
H1.HeaderClassName
{
color: #FA61A5;
}
.AnyTagClassName
{
color: #FA61A5;
}
</style>
background-color css
<style>
a { background-color: #FA61A5; }
a { background-color: rgb(250,97,165); }
div.DivClassName
{
background-color: #FA61A5;
}
.BgClassName
{
background-color: #FA61A5;
}
</style>
border-color css
<style>
span { border-color: #FA61A5; }
span { border-color: rgb(250,97,165); }
td.TdClassName
{
border-color: #FA61A5;
}
.TagClassName
{
border-color: #FA61A5;
}
</style>