Shades of Wewak #FA8085
Tints of Wewak #FA8085
RGB
CMYK
RGB Variations
Color information
#FA8085 (or 0xFA8085) is known color: Wewak. HEX triplet: FA, 80 and 85. RGB value is (250,128,133). Sum of RGB (Red+Green+Blue) = 250+128+133=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8085 is #057F7A. Grayscale: #A5A5A5. Windows color (decimal): -360315 or 8749306. OLE color: 8749306.
HSL color Cylindrical-coordinate representation of color #FA8085: hue angle of 357.54º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8085 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 133 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.02 |
| HSL | 357.54º | 0.92% | 0.74% | - |
| HSV(B) | 357.54º | 0.49% | 0.98% | - |
| XYZ | 51.38 | 37.46 | 26.71 | - |
| YUV | 165.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 133 | 0 | 0.49 | 0.47 | 0.02 | 357.54 | 0.92 | 0.74 |
| Hex | FA | 80 | 85 | 0 | 31 | 2F | 2 | 166 | 5C | 4A |
| Octal | 372 | 200 | 205 | 0 | 61 | 57 | 2 | 546 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10000101 | 0 | 110001 | 101111 | 10 | 101100110 | 1011100 | 1001010 |
Color Harmonies of #FA8085
Complementary color
Monochromatic Colors of #FA8085
Black with #FA8085
Text Example
Text Example
White with #FA8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8085; }
p { color: rgb(250,128,133); }
H1.HeaderClassName
{
color: #FA8085;
}
.AnyTagClassName
{
color: #FA8085;
}
</style>
background-color css
<style>
a { background-color: #FA8085; }
a { background-color: rgb(250,128,133); }
div.DivClassName
{
background-color: #FA8085;
}
.BgClassName
{
background-color: #FA8085;
}
</style>
border-color css
<style>
span { border-color: #FA8085; }
span { border-color: rgb(250,128,133); }
td.TdClassName
{
border-color: #FA8085;
}
.TagClassName
{
border-color: #FA8085;
}
</style>