Shades of Wewak #FA8592
Tints of Wewak #FA8592
RGB
CMYK
RGB Variations
Color information
#FA8592 (or 0xFA8592) is known color: Wewak. HEX triplet: FA, 85 and 92. RGB value is (250,133,146). Sum of RGB (Red+Green+Blue) = 250+133+146=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8592 is #057A6D. Grayscale: #A9A9A9. Windows color (decimal): -359022 or 9602554. OLE color: 9602554.
HSL color Cylindrical-coordinate representation of color #FA8592: hue angle of 353.33º 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 #FA8592 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 146 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.02 |
| HSL | 353.33º | 0.92% | 0.75% | - |
| HSV(B) | 353.33º | 0.47% | 0.98% | - |
| XYZ | 53 | 39.17 | 31.96 | - |
| YUV | 169.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 146 | 0 | 0.47 | 0.42 | 0.02 | 353.33 | 0.92 | 0.75 |
| Hex | FA | 85 | 92 | 0 | 2F | 2A | 2 | 161 | 5C | 4B |
| Octal | 372 | 205 | 222 | 0 | 57 | 52 | 2 | 541 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10010010 | 0 | 101111 | 101010 | 10 | 101100001 | 1011100 | 1001011 |
Color Harmonies of #FA8592
Complementary color
Monochromatic Colors of #FA8592
Black with #FA8592
Text Example
Text Example
White with #FA8592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8592; }
p { color: rgb(250,133,146); }
H1.HeaderClassName
{
color: #FA8592;
}
.AnyTagClassName
{
color: #FA8592;
}
</style>
background-color css
<style>
a { background-color: #FA8592; }
a { background-color: rgb(250,133,146); }
div.DivClassName
{
background-color: #FA8592;
}
.BgClassName
{
background-color: #FA8592;
}
</style>
border-color css
<style>
span { border-color: #FA8592; }
span { border-color: rgb(250,133,146); }
td.TdClassName
{
border-color: #FA8592;
}
.TagClassName
{
border-color: #FA8592;
}
</style>