Shades of Wewak #F28FA0
Tints of Wewak #F28FA0
RGB
CMYK
RGB Variations
Color information
#F28FA0 (or 0xF28FA0) is known color: Wewak. HEX triplet: F2, 8F and A0. RGB value is (242,143,160). Sum of RGB (Red+Green+Blue) = 242+143+160=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28FA0 is #0D705F. Grayscale: #AEAEAE. Windows color (decimal): -880736 or 10522610. OLE color: 10522610.
HSL color Cylindrical-coordinate representation of color #F28FA0: hue angle of 349.7º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FA0 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 160 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.05 |
| HSL | 349.7º | 0.79% | 0.75% | - |
| HSV(B) | 349.7º | 0.41% | 0.95% | - |
| XYZ | 52.79 | 41.06 | 38.4 | - |
| YUV | 174.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 160 | 0 | 0.41 | 0.34 | 0.05 | 349.7 | 0.79 | 0.75 |
| Hex | F2 | 8F | A0 | 0 | 29 | 22 | 5 | 15E | 4F | 4B |
| Octal | 362 | 217 | 240 | 0 | 51 | 42 | 5 | 536 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10100000 | 0 | 101001 | 100010 | 101 | 101011110 | 1001111 | 1001011 |
Color Harmonies of #F28FA0
Complementary color
Monochromatic Colors of #F28FA0
Black with #F28FA0
Text Example
Text Example
White with #F28FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FA0; }
p { color: rgb(242,143,160); }
H1.HeaderClassName
{
color: #F28FA0;
}
.AnyTagClassName
{
color: #F28FA0;
}
</style>
background-color css
<style>
a { background-color: #F28FA0; }
a { background-color: rgb(242,143,160); }
div.DivClassName
{
background-color: #F28FA0;
}
.BgClassName
{
background-color: #F28FA0;
}
</style>
border-color css
<style>
span { border-color: #F28FA0; }
span { border-color: rgb(242,143,160); }
td.TdClassName
{
border-color: #F28FA0;
}
.TagClassName
{
border-color: #F28FA0;
}
</style>