Shades of Brilliant Rose #FA679E
Tints of Brilliant Rose #FA679E
RGB
CMYK
RGB Variations
Color information
#FA679E (or 0xFA679E) is known color: Brilliant Rose. HEX triplet: FA, 67 and 9E. RGB value is (250,103,158). Sum of RGB (Red+Green+Blue) = 250+103+158=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679E is #059861. Grayscale: #999999. Windows color (decimal): -366690 or 10381306. OLE color: 10381306.
HSL color Cylindrical-coordinate representation of color #FA679E: hue angle of 337.55º 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 #FA679E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 158 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.02 |
| HSL | 337.55º | 0.94% | 0.69% | - |
| HSV(B) | 337.55º | 0.59% | 0.98% | - |
| XYZ | 50.45 | 32.49 | 35.96 | - |
| YUV | 153.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 158 | 0 | 0.59 | 0.37 | 0.02 | 337.55 | 0.94 | 0.69 |
| Hex | FA | 67 | 9E | 0 | 3B | 25 | 2 | 152 | 5E | 45 |
| Octal | 372 | 147 | 236 | 0 | 73 | 45 | 2 | 522 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10011110 | 0 | 111011 | 100101 | 10 | 101010010 | 1011110 | 1000101 |
Color Harmonies of #FA679E
Complementary color
Monochromatic Colors of #FA679E
Black with #FA679E
Text Example
Text Example
White with #FA679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA679E; }
p { color: rgb(250,103,158); }
H1.HeaderClassName
{
color: #FA679E;
}
.AnyTagClassName
{
color: #FA679E;
}
</style>
background-color css
<style>
a { background-color: #FA679E; }
a { background-color: rgb(250,103,158); }
div.DivClassName
{
background-color: #FA679E;
}
.BgClassName
{
background-color: #FA679E;
}
</style>
border-color css
<style>
span { border-color: #FA679E; }
span { border-color: rgb(250,103,158); }
td.TdClassName
{
border-color: #FA679E;
}
.TagClassName
{
border-color: #FA679E;
}
</style>