Shades of Brilliant Rose #FA6699
Tints of Brilliant Rose #FA6699
RGB
CMYK
RGB Variations
Color information
#FA6699 (or 0xFA6699) is known color: Brilliant Rose. HEX triplet: FA, 66 and 99. RGB value is (250,102,153). Sum of RGB (Red+Green+Blue) = 250+102+153=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6699 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6699 is #059966. Grayscale: #989898. Windows color (decimal): -366951 or 10053370. OLE color: 10053370.
HSL color Cylindrical-coordinate representation of color #FA6699: hue angle of 339.32º 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 #FA6699 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 153 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.02 |
| HSL | 339.32º | 0.94% | 0.69% | - |
| HSV(B) | 339.32º | 0.59% | 0.98% | - |
| XYZ | 49.93 | 32.13 | 33.71 | - |
| YUV | 152.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 153 | 0 | 0.59 | 0.39 | 0.02 | 339.32 | 0.94 | 0.69 |
| Hex | FA | 66 | 99 | 0 | 3B | 27 | 2 | 153 | 5E | 45 |
| Octal | 372 | 146 | 231 | 0 | 73 | 47 | 2 | 523 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10011001 | 0 | 111011 | 100111 | 10 | 101010011 | 1011110 | 1000101 |
Color Harmonies of #FA6699
Complementary color
Monochromatic Colors of #FA6699
Black with #FA6699
Text Example
Text Example
White with #FA6699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6699; }
p { color: rgb(250,102,153); }
H1.HeaderClassName
{
color: #FA6699;
}
.AnyTagClassName
{
color: #FA6699;
}
</style>
background-color css
<style>
a { background-color: #FA6699; }
a { background-color: rgb(250,102,153); }
div.DivClassName
{
background-color: #FA6699;
}
.BgClassName
{
background-color: #FA6699;
}
</style>
border-color css
<style>
span { border-color: #FA6699; }
span { border-color: rgb(250,102,153); }
td.TdClassName
{
border-color: #FA6699;
}
.TagClassName
{
border-color: #FA6699;
}
</style>