Shades of Rose Bud #F2A393
Tints of Rose Bud #F2A393
RGB
CMYK
RGB Variations
Color information
#F2A393 (or 0xF2A393) is known color: Rose Bud. HEX triplet: F2, A3 and 93. RGB value is (242,163,147). Sum of RGB (Red+Green+Blue) = 242+163+147=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A393 is #0D5C6C. Grayscale: #B8B8B8. Windows color (decimal): -875629 or 9675762. OLE color: 9675762.
HSL color Cylindrical-coordinate representation of color #F2A393: hue angle of 10.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2A393 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 147 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.05 |
| HSL | 10.11º | 0.79% | 0.76% | - |
| HSV(B) | 10.11º | 0.39% | 0.95% | - |
| XYZ | 54.98 | 47.18 | 33.81 | - |
| YUV | 184.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 147 | 0 | 0.33 | 0.39 | 0.05 | 10.11 | 0.79 | 0.76 |
| Hex | F2 | A3 | 93 | 0 | 21 | 27 | 5 | A | 4F | 4C |
| Octal | 362 | 243 | 223 | 0 | 41 | 47 | 5 | 12 | 117 | 114 |
| Binary | 11110010 | 10100011 | 10010011 | 0 | 100001 | 100111 | 101 | 1010 | 1001111 | 1001100 |
Color Harmonies of #F2A393
Complementary color
Monochromatic Colors of #F2A393
Black with #F2A393
Text Example
Text Example
White with #F2A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A393; }
p { color: rgb(242,163,147); }
H1.HeaderClassName
{
color: #F2A393;
}
.AnyTagClassName
{
color: #F2A393;
}
</style>
background-color css
<style>
a { background-color: #F2A393; }
a { background-color: rgb(242,163,147); }
div.DivClassName
{
background-color: #F2A393;
}
.BgClassName
{
background-color: #F2A393;
}
</style>
border-color css
<style>
span { border-color: #F2A393; }
span { border-color: rgb(242,163,147); }
td.TdClassName
{
border-color: #F2A393;
}
.TagClassName
{
border-color: #F2A393;
}
</style>