Shades of Rose Bud #FFA0A0
Tints of Rose Bud #FFA0A0
RGB
CMYK
RGB Variations
Color information
#FFA0A0 (or 0xFFA0A0) is known color: Rose Bud. HEX triplet: FF, A0 and A0. RGB value is (255,160,160). Sum of RGB (Red+Green+Blue) = 255+160+160=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0A0 is #005F5F. Grayscale: #BCBCBC. Windows color (decimal): -24416 or 10526975. OLE color: 10526975.
HSL color Cylindrical-coordinate representation of color #FFA0A0: hue angle of 0º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0A0 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 160 | 160 | - |
CMYK | 0 | 0.37 | 0.37 | 0 |
HSL | 0º | 1% | 0.81% | - |
HSV(B) | 0º | 0.37% | 1% | - |
XYZ | 60.16 | 48.94 | 39.53 | - |
YUV | 188.41 | 111.97 | 175.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 160 | 160 | 0 | 0.37 | 0.37 | 0 | 0 | 1 | 0.81 |
Hex | FF | A0 | A0 | 0 | 25 | 25 | 0 | 0 | 64 | 51 |
Octal | 377 | 240 | 240 | 0 | 45 | 45 | 0 | 0 | 144 | 121 |
Binary | 11111111 | 10100000 | 10100000 | 0 | 100101 | 100101 | 0 | 0 | 1100100 | 1010001 |
Color Harmonies of #FFA0A0
Complementary color
Monochromatic Colors of #FFA0A0
Black with #FFA0A0
Text Example
Text Example
White with #FFA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0A0; }
p { color: rgb(255,160,160); }
H1.HeaderClassName
{
color: #FFA0A0;
}
.AnyTagClassName
{
color: #FFA0A0;
}
</style>
background-color css
<style>
a { background-color: #FFA0A0; }
a { background-color: rgb(255,160,160); }
div.DivClassName
{
background-color: #FFA0A0;
}
.BgClassName
{
background-color: #FFA0A0;
}
</style>
border-color css
<style>
span { border-color: #FFA0A0; }
span { border-color: rgb(255,160,160); }
td.TdClassName
{
border-color: #FFA0A0;
}
.TagClassName
{
border-color: #FFA0A0;
}
</style>