Shades of Brilliant Rose #FA629B
Tints of Brilliant Rose #FA629B
RGB
CMYK
RGB Variations
Color information
#FA629B (or 0xFA629B) is known color: Brilliant Rose. HEX triplet: FA, 62 and 9B. RGB value is (250,98,155). Sum of RGB (Red+Green+Blue) = 250+98+155=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA629B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA629B is #059D64. Grayscale: #959595. Windows color (decimal): -367973 or 10183418. OLE color: 10183418.
HSL color Cylindrical-coordinate representation of color #FA629B: hue angle of 337.5º 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 #FA629B is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 98 | 155 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.02 |
| HSL | 337.5º | 0.94% | 0.68% | - |
| HSV(B) | 337.5º | 0.61% | 0.98% | - |
| XYZ | 49.71 | 31.43 | 34.46 | - |
| YUV | 149.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 98 | 155 | 0 | 0.61 | 0.38 | 0.02 | 337.5 | 0.94 | 0.68 |
| Hex | FA | 62 | 9B | 0 | 3D | 26 | 2 | 152 | 5E | 44 |
| Octal | 372 | 142 | 233 | 0 | 75 | 46 | 2 | 522 | 136 | 104 |
| Binary | 11111010 | 1100010 | 10011011 | 0 | 111101 | 100110 | 10 | 101010010 | 1011110 | 1000100 |
Color Harmonies of #FA629B
Complementary color
Monochromatic Colors of #FA629B
Black with #FA629B
Text Example
Text Example
White with #FA629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA629B; }
p { color: rgb(250,98,155); }
H1.HeaderClassName
{
color: #FA629B;
}
.AnyTagClassName
{
color: #FA629B;
}
</style>
background-color css
<style>
a { background-color: #FA629B; }
a { background-color: rgb(250,98,155); }
div.DivClassName
{
background-color: #FA629B;
}
.BgClassName
{
background-color: #FA629B;
}
</style>
border-color css
<style>
span { border-color: #FA629B; }
span { border-color: rgb(250,98,155); }
td.TdClassName
{
border-color: #FA629B;
}
.TagClassName
{
border-color: #FA629B;
}
</style>