Shades of Brilliant Rose #FF69A0
Tints of Brilliant Rose #FF69A0
RGB
CMYK
RGB Variations
Color information
#FF69A0 (or 0xFF69A0) is known color: Brilliant Rose. HEX triplet: FF, 69 and A0. RGB value is (255,105,160). Sum of RGB (Red+Green+Blue) = 255+105+160=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF69A0 is #00965F. Grayscale: #9C9C9C. Windows color (decimal): -38496 or 10512895. OLE color: 10512895.
HSL color Cylindrical-coordinate representation of color #FF69A0: hue angle of 338º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69A0 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 160 | - |
| CMYK | 0 | 0.59 | 0.37 | 0 |
| HSL | 338º | 1% | 0.71% | - |
| HSV(B) | 338º | 0.59% | 1% | - |
| XYZ | 52.64 | 33.9 | 37.03 | - |
| YUV | 156.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 160 | 0 | 0.59 | 0.37 | 0 | 338 | 1 | 0.71 |
| Hex | FF | 69 | A0 | 0 | 3B | 25 | 0 | 152 | 64 | 47 |
| Octal | 377 | 151 | 240 | 0 | 73 | 45 | 0 | 522 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10100000 | 0 | 111011 | 100101 | 0 | 101010010 | 1100100 | 1000111 |
Color Harmonies of #FF69A0
Complementary color
Monochromatic Colors of #FF69A0
Black with #FF69A0
Text Example
Text Example
White with #FF69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69A0; }
p { color: rgb(255,105,160); }
H1.HeaderClassName
{
color: #FF69A0;
}
.AnyTagClassName
{
color: #FF69A0;
}
</style>
background-color css
<style>
a { background-color: #FF69A0; }
a { background-color: rgb(255,105,160); }
div.DivClassName
{
background-color: #FF69A0;
}
.BgClassName
{
background-color: #FF69A0;
}
</style>
border-color css
<style>
span { border-color: #FF69A0; }
span { border-color: rgb(255,105,160); }
td.TdClassName
{
border-color: #FF69A0;
}
.TagClassName
{
border-color: #FF69A0;
}
</style>