Shades of Brilliant Rose #FF66A1
Tints of Brilliant Rose #FF66A1
RGB
CMYK
RGB Variations
Color information
#FF66A1 (or 0xFF66A1) is known color: Brilliant Rose. HEX triplet: FF, 66 and A1. RGB value is (255,102,161). Sum of RGB (Red+Green+Blue) = 255+102+161=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66A1 is #00995E. Grayscale: #9A9A9A. Windows color (decimal): -39263 or 10577663. OLE color: 10577663.
HSL color Cylindrical-coordinate representation of color #FF66A1: hue angle of 336.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66A1 is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 161 | - |
| CMYK | 0 | 0.6 | 0.37 | 0 |
| HSL | 336.86º | 1% | 0.7% | - |
| HSV(B) | 336.86º | 0.6% | 1% | - |
| XYZ | 52.42 | 33.34 | 37.39 | - |
| YUV | 154.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 161 | 0 | 0.6 | 0.37 | 0 | 336.86 | 1 | 0.7 |
| Hex | FF | 66 | A1 | 0 | 3C | 25 | 0 | 151 | 64 | 46 |
| Octal | 377 | 146 | 241 | 0 | 74 | 45 | 0 | 521 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10100001 | 0 | 111100 | 100101 | 0 | 101010001 | 1100100 | 1000110 |
Color Harmonies of #FF66A1
Complementary color
Monochromatic Colors of #FF66A1
Black with #FF66A1
Text Example
Text Example
White with #FF66A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66A1; }
p { color: rgb(255,102,161); }
H1.HeaderClassName
{
color: #FF66A1;
}
.AnyTagClassName
{
color: #FF66A1;
}
</style>
background-color css
<style>
a { background-color: #FF66A1; }
a { background-color: rgb(255,102,161); }
div.DivClassName
{
background-color: #FF66A1;
}
.BgClassName
{
background-color: #FF66A1;
}
</style>
border-color css
<style>
span { border-color: #FF66A1; }
span { border-color: rgb(255,102,161); }
td.TdClassName
{
border-color: #FF66A1;
}
.TagClassName
{
border-color: #FF66A1;
}
</style>