Shades of Brilliant Rose #FA6399
Tints of Brilliant Rose #FA6399
RGB
CMYK
RGB Variations
Color information
#FA6399 (or 0xFA6399) is known color: Brilliant Rose. HEX triplet: FA, 63 and 99. RGB value is (250,99,153). Sum of RGB (Red+Green+Blue) = 250+99+153=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6399 is #059C66. Grayscale: #969696. Windows color (decimal): -367719 or 10052602. OLE color: 10052602.
HSL color Cylindrical-coordinate representation of color #FA6399: hue angle of 338.54º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6399 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 153 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.02 |
| HSL | 338.54º | 0.94% | 0.68% | - |
| HSV(B) | 338.54º | 0.6% | 0.98% | - |
| XYZ | 49.64 | 31.55 | 33.61 | - |
| YUV | 150.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 153 | 0 | 0.60 | 0.39 | 0.02 | 338.54 | 0.94 | 0.68 |
| Hex | FA | 63 | 99 | 0 | 3C | 27 | 2 | 153 | 5E | 44 |
| Octal | 372 | 143 | 231 | 0 | 74 | 47 | 2 | 523 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10011001 | 0 | 111100 | 100111 | 10 | 101010011 | 1011110 | 1000100 |
Color Harmonies of #FA6399
Complementary color
Monochromatic Colors of #FA6399
Black with #FA6399
Text Example
Text Example
White with #FA6399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6399; }
p { color: rgb(250,99,153); }
H1.HeaderClassName
{
color: #FA6399;
}
.AnyTagClassName
{
color: #FA6399;
}
</style>
background-color css
<style>
a { background-color: #FA6399; }
a { background-color: rgb(250,99,153); }
div.DivClassName
{
background-color: #FA6399;
}
.BgClassName
{
background-color: #FA6399;
}
</style>
border-color css
<style>
span { border-color: #FA6399; }
span { border-color: rgb(250,99,153); }
td.TdClassName
{
border-color: #FA6399;
}
.TagClassName
{
border-color: #FA6399;
}
</style>