Shades of Brilliant Rose #FA66A2
Tints of Brilliant Rose #FA66A2
RGB
CMYK
RGB Variations
Color information
#FA66A2 (or 0xFA66A2) is known color: Brilliant Rose. HEX triplet: FA, 66 and A2. RGB value is (250,102,162). Sum of RGB (Red+Green+Blue) = 250+102+162=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA66A2 is #05995D. Grayscale: #999999. Windows color (decimal): -366942 or 10643194. OLE color: 10643194.
HSL color Cylindrical-coordinate representation of color #FA66A2: hue angle of 335.68º 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 #FA66A2 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 162 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.02 |
| HSL | 335.68º | 0.94% | 0.69% | - |
| HSV(B) | 335.68º | 0.59% | 0.98% | - |
| XYZ | 50.7 | 32.44 | 37.77 | - |
| YUV | 153.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 162 | 0 | 0.59 | 0.35 | 0.02 | 335.68 | 0.94 | 0.69 |
| Hex | FA | 66 | A2 | 0 | 3B | 23 | 2 | 150 | 5E | 45 |
| Octal | 372 | 146 | 242 | 0 | 73 | 43 | 2 | 520 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10100010 | 0 | 111011 | 100011 | 10 | 101010000 | 1011110 | 1000101 |
Color Harmonies of #FA66A2
Complementary color
Monochromatic Colors of #FA66A2
Black with #FA66A2
Text Example
Text Example
White with #FA66A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66A2; }
p { color: rgb(250,102,162); }
H1.HeaderClassName
{
color: #FA66A2;
}
.AnyTagClassName
{
color: #FA66A2;
}
</style>
background-color css
<style>
a { background-color: #FA66A2; }
a { background-color: rgb(250,102,162); }
div.DivClassName
{
background-color: #FA66A2;
}
.BgClassName
{
background-color: #FA66A2;
}
</style>
border-color css
<style>
span { border-color: #FA66A2; }
span { border-color: rgb(250,102,162); }
td.TdClassName
{
border-color: #FA66A2;
}
.TagClassName
{
border-color: #FA66A2;
}
</style>