Shades of Brilliant Rose #FA629D
Tints of Brilliant Rose #FA629D
RGB
CMYK
RGB Variations
Color information
#FA629D (or 0xFA629D) is known color: Brilliant Rose. HEX triplet: FA, 62 and 9D. RGB value is (250,98,157). Sum of RGB (Red+Green+Blue) = 250+98+157=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA629D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA629D is #059D62. Grayscale: #969696. Windows color (decimal): -367971 or 10314490. OLE color: 10314490.
HSL color Cylindrical-coordinate representation of color #FA629D: hue angle of 336.71º 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 #FA629D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 157 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.02 |
| HSL | 336.71º | 0.94% | 0.68% | - |
| HSV(B) | 336.71º | 0.61% | 0.98% | - |
| XYZ | 49.88 | 31.49 | 35.35 | - |
| YUV | 150.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 157 | 0 | 0.61 | 0.37 | 0.02 | 336.71 | 0.94 | 0.68 |
| Hex | FA | 62 | 9D | 0 | 3D | 25 | 2 | 151 | 5E | 44 |
| Octal | 372 | 142 | 235 | 0 | 75 | 45 | 2 | 521 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10011101 | 0 | 111101 | 100101 | 10 | 101010001 | 1011110 | 1000100 |
Color Harmonies of #FA629D
Complementary color
Monochromatic Colors of #FA629D
Black with #FA629D
Text Example
Text Example
White with #FA629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA629D; }
p { color: rgb(250,98,157); }
H1.HeaderClassName
{
color: #FA629D;
}
.AnyTagClassName
{
color: #FA629D;
}
</style>
background-color css
<style>
a { background-color: #FA629D; }
a { background-color: rgb(250,98,157); }
div.DivClassName
{
background-color: #FA629D;
}
.BgClassName
{
background-color: #FA629D;
}
</style>
border-color css
<style>
span { border-color: #FA629D; }
span { border-color: rgb(250,98,157); }
td.TdClassName
{
border-color: #FA629D;
}
.TagClassName
{
border-color: #FA629D;
}
</style>