Shades of Brilliant Rose #FA6799
Tints of Brilliant Rose #FA6799
RGB
CMYK
RGB Variations
Color information
#FA6799 (or 0xFA6799) is known color: Brilliant Rose. HEX triplet: FA, 67 and 99. RGB value is (250,103,153). Sum of RGB (Red+Green+Blue) = 250+103+153=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6799 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6799 is #059866. Grayscale: #989898. Windows color (decimal): -366695 or 10053626. OLE color: 10053626.
HSL color Cylindrical-coordinate representation of color #FA6799: hue angle of 339.59º 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 #FA6799 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 103 | 153 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.02 |
| HSL | 339.59º | 0.94% | 0.69% | - |
| HSV(B) | 339.59º | 0.59% | 0.98% | - |
| XYZ | 50.02 | 32.32 | 33.74 | - |
| YUV | 152.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 103 | 153 | 0 | 0.59 | 0.39 | 0.02 | 339.59 | 0.94 | 0.69 |
| Hex | FA | 67 | 99 | 0 | 3B | 27 | 2 | 154 | 5E | 45 |
| Octal | 372 | 147 | 231 | 0 | 73 | 47 | 2 | 524 | 136 | 105 |
| Binary | 11111010 | 1100111 | 10011001 | 0 | 111011 | 100111 | 10 | 101010100 | 1011110 | 1000101 |
Color Harmonies of #FA6799
Complementary color
Monochromatic Colors of #FA6799
Black with #FA6799
Text Example
Text Example
White with #FA6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6799; }
p { color: rgb(250,103,153); }
H1.HeaderClassName
{
color: #FA6799;
}
.AnyTagClassName
{
color: #FA6799;
}
</style>
background-color css
<style>
a { background-color: #FA6799; }
a { background-color: rgb(250,103,153); }
div.DivClassName
{
background-color: #FA6799;
}
.BgClassName
{
background-color: #FA6799;
}
</style>
border-color css
<style>
span { border-color: #FA6799; }
span { border-color: rgb(250,103,153); }
td.TdClassName
{
border-color: #FA6799;
}
.TagClassName
{
border-color: #FA6799;
}
</style>