Shades of Wewak #F28F9C
Tints of Wewak #F28F9C
RGB
CMYK
RGB Variations
Color information
#F28F9C (or 0xF28F9C) is known color: Wewak. HEX triplet: F2, 8F and 9C. RGB value is (242,143,156). Sum of RGB (Red+Green+Blue) = 242+143+156=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28F9C is #0D7063. Grayscale: #AEAEAE. Windows color (decimal): -880740 or 10260466. OLE color: 10260466.
HSL color Cylindrical-coordinate representation of color #F28F9C: hue angle of 352.12º 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 #F28F9C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 156 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.05 |
| HSL | 352.12º | 0.79% | 0.75% | - |
| HSV(B) | 352.12º | 0.41% | 0.95% | - |
| XYZ | 52.44 | 40.92 | 36.59 | - |
| YUV | 174.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 156 | 0 | 0.41 | 0.36 | 0.05 | 352.12 | 0.79 | 0.75 |
| Hex | F2 | 8F | 9C | 0 | 29 | 24 | 5 | 160 | 4F | 4B |
| Octal | 362 | 217 | 234 | 0 | 51 | 44 | 5 | 540 | 117 | 113 |
| Binary | 11110010 | 10001111 | 10011100 | 0 | 101001 | 100100 | 101 | 101100000 | 1001111 | 1001011 |
Color Harmonies of #F28F9C
Complementary color
Monochromatic Colors of #F28F9C
Black with #F28F9C
Text Example
Text Example
White with #F28F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F9C; }
p { color: rgb(242,143,156); }
H1.HeaderClassName
{
color: #F28F9C;
}
.AnyTagClassName
{
color: #F28F9C;
}
</style>
background-color css
<style>
a { background-color: #F28F9C; }
a { background-color: rgb(242,143,156); }
div.DivClassName
{
background-color: #F28F9C;
}
.BgClassName
{
background-color: #F28F9C;
}
</style>
border-color css
<style>
span { border-color: #F28F9C; }
span { border-color: rgb(242,143,156); }
td.TdClassName
{
border-color: #F28F9C;
}
.TagClassName
{
border-color: #F28F9C;
}
</style>