Shades of Brilliant Rose #FA679D
Tints of Brilliant Rose #FA679D
RGB
CMYK
RGB Variations
Color information
#FA679D (or 0xFA679D) is known color: Brilliant Rose. HEX triplet: FA, 67 and 9D. RGB value is (250,103,157). Sum of RGB (Red+Green+Blue) = 250+103+157=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679D is #059862. Grayscale: #999999. Windows color (decimal): -366691 or 10315770. OLE color: 10315770.
HSL color Cylindrical-coordinate representation of color #FA679D: hue angle of 337.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA679D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 157 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.02 |
| HSL | 337.96º | 0.94% | 0.69% | - |
| HSV(B) | 337.96º | 0.59% | 0.98% | - |
| XYZ | 50.36 | 32.46 | 35.51 | - |
| YUV | 153.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 157 | 0 | 0.59 | 0.37 | 0.02 | 337.96 | 0.94 | 0.69 |
| Hex | FA | 67 | 9D | 0 | 3B | 25 | 2 | 152 | 5E | 45 |
| Octal | 372 | 147 | 235 | 0 | 73 | 45 | 2 | 522 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10011101 | 0 | 111011 | 100101 | 10 | 101010010 | 1011110 | 1000101 |
Color Harmonies of #FA679D
Complementary color
Monochromatic Colors of #FA679D
Black with #FA679D
Text Example
Text Example
White with #FA679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA679D; }
p { color: rgb(250,103,157); }
H1.HeaderClassName
{
color: #FA679D;
}
.AnyTagClassName
{
color: #FA679D;
}
</style>
background-color css
<style>
a { background-color: #FA679D; }
a { background-color: rgb(250,103,157); }
div.DivClassName
{
background-color: #FA679D;
}
.BgClassName
{
background-color: #FA679D;
}
</style>
border-color css
<style>
span { border-color: #FA679D; }
span { border-color: rgb(250,103,157); }
td.TdClassName
{
border-color: #FA679D;
}
.TagClassName
{
border-color: #FA679D;
}
</style>