Shades of Brilliant Rose #FA68A0
Tints of Brilliant Rose #FA68A0
RGB
CMYK
RGB Variations
Color information
#FA68A0 (or 0xFA68A0) is known color: Brilliant Rose. HEX triplet: FA, 68 and A0. RGB value is (250,104,160). Sum of RGB (Red+Green+Blue) = 250+104+160=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68A0 is #05975F. Grayscale: #999999. Windows color (decimal): -366432 or 10512634. OLE color: 10512634.
HSL color Cylindrical-coordinate representation of color #FA68A0: hue angle of 336.99º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68A0 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 160 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.02 |
| HSL | 336.99º | 0.94% | 0.69% | - |
| HSV(B) | 336.99º | 0.58% | 0.98% | - |
| XYZ | 50.72 | 32.76 | 36.91 | - |
| YUV | 154.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 160 | 0 | 0.58 | 0.36 | 0.02 | 336.99 | 0.94 | 0.69 |
| Hex | FA | 68 | A0 | 0 | 3A | 24 | 2 | 151 | 5E | 45 |
| Octal | 372 | 150 | 240 | 0 | 72 | 44 | 2 | 521 | 136 | 105 |
| Binary | 11111010 | 1101000 | 10100000 | 0 | 111010 | 100100 | 10 | 101010001 | 1011110 | 1000101 |
Color Harmonies of #FA68A0
Complementary color
Monochromatic Colors of #FA68A0
Black with #FA68A0
Text Example
Text Example
White with #FA68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68A0; }
p { color: rgb(250,104,160); }
H1.HeaderClassName
{
color: #FA68A0;
}
.AnyTagClassName
{
color: #FA68A0;
}
</style>
background-color css
<style>
a { background-color: #FA68A0; }
a { background-color: rgb(250,104,160); }
div.DivClassName
{
background-color: #FA68A0;
}
.BgClassName
{
background-color: #FA68A0;
}
</style>
border-color css
<style>
span { border-color: #FA68A0; }
span { border-color: rgb(250,104,160); }
td.TdClassName
{
border-color: #FA68A0;
}
.TagClassName
{
border-color: #FA68A0;
}
</style>