Shades of Wewak #FF7F90
Tints of Wewak #FF7F90
RGB
CMYK
RGB Variations
Color information
#FF7F90 (or 0xFF7F90) is known color: Wewak. HEX triplet: FF, 7F and 90. RGB value is (255,127,144). Sum of RGB (Red+Green+Blue) = 255+127+144=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F90 is #00806F. Grayscale: #A7A7A7. Windows color (decimal): -32880 or 9469951. OLE color: 9469951.
HSL color Cylindrical-coordinate representation of color #FF7F90: hue angle of 352.03º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F90 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 144 | - |
| CMYK | 0 | 0.50 | 0.44 | 0 |
| HSL | 352.03º | 1% | 0.75% | - |
| HSV(B) | 352.03º | 0.5% | 1% | - |
| XYZ | 53.86 | 38.45 | 30.97 | - |
| YUV | 167.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 144 | 0 | 0.50 | 0.44 | 0 | 352.03 | 1 | 0.75 |
| Hex | FF | 7F | 90 | 0 | 32 | 2C | 0 | 160 | 64 | 4B |
| Octal | 377 | 177 | 220 | 0 | 62 | 54 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10010000 | 0 | 110010 | 101100 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF7F90
Complementary color
Monochromatic Colors of #FF7F90
Black with #FF7F90
Text Example
Text Example
White with #FF7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F90; }
p { color: rgb(255,127,144); }
H1.HeaderClassName
{
color: #FF7F90;
}
.AnyTagClassName
{
color: #FF7F90;
}
</style>
background-color css
<style>
a { background-color: #FF7F90; }
a { background-color: rgb(255,127,144); }
div.DivClassName
{
background-color: #FF7F90;
}
.BgClassName
{
background-color: #FF7F90;
}
</style>
border-color css
<style>
span { border-color: #FF7F90; }
span { border-color: rgb(255,127,144); }
td.TdClassName
{
border-color: #FF7F90;
}
.TagClassName
{
border-color: #FF7F90;
}
</style>