Shades of Brilliant Rose #FA609D
Tints of Brilliant Rose #FA609D
RGB
CMYK
RGB Variations
Color information
#FA609D (or 0xFA609D) is known color: Brilliant Rose. HEX triplet: FA, 60 and 9D. RGB value is (250,96,157). Sum of RGB (Red+Green+Blue) = 250+96+157=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA609D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA609D is #059F62. Grayscale: #949494. Windows color (decimal): -368483 or 10313978. OLE color: 10313978.
HSL color Cylindrical-coordinate representation of color #FA609D: hue angle of 336.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA609D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 157 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.02 |
| HSL | 336.23º | 0.94% | 0.68% | - |
| HSV(B) | 336.23º | 0.62% | 0.98% | - |
| XYZ | 49.69 | 31.12 | 35.29 | - |
| YUV | 149 | 132.52 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 157 | 0 | 0.62 | 0.37 | 0.02 | 336.23 | 0.94 | 0.68 |
| Hex | FA | 60 | 9D | 0 | 3E | 25 | 2 | 150 | 5E | 44 |
| Octal | 372 | 140 | 235 | 0 | 76 | 45 | 2 | 520 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10011101 | 0 | 111110 | 100101 | 10 | 101010000 | 1011110 | 1000100 |
Color Harmonies of #FA609D
Complementary color
Monochromatic Colors of #FA609D
Black with #FA609D
Text Example
Text Example
White with #FA609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA609D; }
p { color: rgb(250,96,157); }
H1.HeaderClassName
{
color: #FA609D;
}
.AnyTagClassName
{
color: #FA609D;
}
</style>
background-color css
<style>
a { background-color: #FA609D; }
a { background-color: rgb(250,96,157); }
div.DivClassName
{
background-color: #FA609D;
}
.BgClassName
{
background-color: #FA609D;
}
</style>
border-color css
<style>
span { border-color: #FA609D; }
span { border-color: rgb(250,96,157); }
td.TdClassName
{
border-color: #FA609D;
}
.TagClassName
{
border-color: #FA609D;
}
</style>