Shades of Wewak #FD7F90
Tints of Wewak #FD7F90
RGB
CMYK
RGB Variations
Color information
#FD7F90 (or 0xFD7F90) is known color: Wewak. HEX triplet: FD, 7F and 90. RGB value is (253,127,144). Sum of RGB (Red+Green+Blue) = 253+127+144=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7F90 is #02806F. Grayscale: #A6A6A6. Windows color (decimal): -163952 or 9469949. OLE color: 9469949.
HSL color Cylindrical-coordinate representation of color #FD7F90: hue angle of 351.9º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7F90 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 144 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.01 |
| HSL | 351.9º | 0.97% | 0.75% | - |
| HSV(B) | 351.9º | 0.5% | 0.99% | - |
| XYZ | 53.13 | 38.08 | 30.93 | - |
| YUV | 166.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 144 | 0 | 0.50 | 0.43 | 0.01 | 351.9 | 0.97 | 0.75 |
| Hex | FD | 7F | 90 | 0 | 32 | 2B | 1 | 160 | 61 | 4B |
| Octal | 375 | 177 | 220 | 0 | 62 | 53 | 1 | 540 | 141 | 113 |
| Binary | 11111101 | 1111111 | 10010000 | 0 | 110010 | 101011 | 1 | 101100000 | 1100001 | 1001011 |
Color Harmonies of #FD7F90
Complementary color
Monochromatic Colors of #FD7F90
Black with #FD7F90
Text Example
Text Example
White with #FD7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F90; }
p { color: rgb(253,127,144); }
H1.HeaderClassName
{
color: #FD7F90;
}
.AnyTagClassName
{
color: #FD7F90;
}
</style>
background-color css
<style>
a { background-color: #FD7F90; }
a { background-color: rgb(253,127,144); }
div.DivClassName
{
background-color: #FD7F90;
}
.BgClassName
{
background-color: #FD7F90;
}
</style>
border-color css
<style>
span { border-color: #FD7F90; }
span { border-color: rgb(253,127,144); }
td.TdClassName
{
border-color: #FD7F90;
}
.TagClassName
{
border-color: #FD7F90;
}
</style>