Shades of Wewak #FA8599
Tints of Wewak #FA8599
RGB
CMYK
RGB Variations
Color information
#FA8599 (or 0xFA8599) is known color: Wewak. HEX triplet: FA, 85 and 99. RGB value is (250,133,153). Sum of RGB (Red+Green+Blue) = 250+133+153=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8599 is #057A66. Grayscale: #AAAAAA. Windows color (decimal): -359015 or 10061306. OLE color: 10061306.
HSL color Cylindrical-coordinate representation of color #FA8599: hue angle of 349.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA8599 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 153 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.02 |
| HSL | 349.74º | 0.92% | 0.75% | - |
| HSV(B) | 349.74º | 0.47% | 0.98% | - |
| XYZ | 53.56 | 39.4 | 34.92 | - |
| YUV | 170.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 153 | 0 | 0.47 | 0.39 | 0.02 | 349.74 | 0.92 | 0.75 |
| Hex | FA | 85 | 99 | 0 | 2F | 27 | 2 | 15E | 5C | 4B |
| Octal | 372 | 205 | 231 | 0 | 57 | 47 | 2 | 536 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10011001 | 0 | 101111 | 100111 | 10 | 101011110 | 1011100 | 1001011 |
Color Harmonies of #FA8599
Complementary color
Monochromatic Colors of #FA8599
Black with #FA8599
Text Example
Text Example
White with #FA8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8599; }
p { color: rgb(250,133,153); }
H1.HeaderClassName
{
color: #FA8599;
}
.AnyTagClassName
{
color: #FA8599;
}
</style>
background-color css
<style>
a { background-color: #FA8599; }
a { background-color: rgb(250,133,153); }
div.DivClassName
{
background-color: #FA8599;
}
.BgClassName
{
background-color: #FA8599;
}
</style>
border-color css
<style>
span { border-color: #FA8599; }
span { border-color: rgb(250,133,153); }
td.TdClassName
{
border-color: #FA8599;
}
.TagClassName
{
border-color: #FA8599;
}
</style>