Shades of Brilliant Rose #FA679B
Tints of Brilliant Rose #FA679B
RGB
CMYK
RGB Variations
Color information
#FA679B (or 0xFA679B) is known color: Brilliant Rose. HEX triplet: FA, 67 and 9B. RGB value is (250,103,155). Sum of RGB (Red+Green+Blue) = 250+103+155=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679B is #059864. Grayscale: #989898. Windows color (decimal): -366693 or 10184698. OLE color: 10184698.
HSL color Cylindrical-coordinate representation of color #FA679B: hue angle of 338.78º 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 #FA679B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 155 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.02 |
| HSL | 338.78º | 0.94% | 0.69% | - |
| HSV(B) | 338.78º | 0.59% | 0.98% | - |
| XYZ | 50.19 | 32.39 | 34.62 | - |
| YUV | 152.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 155 | 0 | 0.59 | 0.38 | 0.02 | 338.78 | 0.94 | 0.69 |
| Hex | FA | 67 | 9B | 0 | 3B | 26 | 2 | 153 | 5E | 45 |
| Octal | 372 | 147 | 233 | 0 | 73 | 46 | 2 | 523 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10011011 | 0 | 111011 | 100110 | 10 | 101010011 | 1011110 | 1000101 |
Color Harmonies of #FA679B
Complementary color
Monochromatic Colors of #FA679B
Black with #FA679B
Text Example
Text Example
White with #FA679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA679B; }
p { color: rgb(250,103,155); }
H1.HeaderClassName
{
color: #FA679B;
}
.AnyTagClassName
{
color: #FA679B;
}
</style>
background-color css
<style>
a { background-color: #FA679B; }
a { background-color: rgb(250,103,155); }
div.DivClassName
{
background-color: #FA679B;
}
.BgClassName
{
background-color: #FA679B;
}
</style>
border-color css
<style>
span { border-color: #FA679B; }
span { border-color: rgb(250,103,155); }
td.TdClassName
{
border-color: #FA679B;
}
.TagClassName
{
border-color: #FA679B;
}
</style>