Shades of Wewak #F28B9C
Tints of Wewak #F28B9C
RGB
CMYK
RGB Variations
Color information
#F28B9C (or 0xF28B9C) is known color: Wewak. HEX triplet: F2, 8B and 9C. RGB value is (242,139,156). Sum of RGB (Red+Green+Blue) = 242+139+156=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B9C is #0D7463. Grayscale: #ABABAB. Windows color (decimal): -881764 or 10259442. OLE color: 10259442.
HSL color Cylindrical-coordinate representation of color #F28B9C: hue angle of 350.1º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28B9C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 156 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.05 |
| HSL | 350.1º | 0.8% | 0.75% | - |
| HSV(B) | 350.1º | 0.43% | 0.95% | - |
| XYZ | 51.85 | 39.74 | 36.39 | - |
| YUV | 171.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 156 | 0 | 0.43 | 0.36 | 0.05 | 350.1 | 0.8 | 0.75 |
| Hex | F2 | 8B | 9C | 0 | 2B | 24 | 5 | 15E | 50 | 4B |
| Octal | 362 | 213 | 234 | 0 | 53 | 44 | 5 | 536 | 120 | 113 |
| Binary | 11110010 | 10001011 | 10011100 | 0 | 101011 | 100100 | 101 | 101011110 | 1010000 | 1001011 |
Color Harmonies of #F28B9C
Complementary color
Monochromatic Colors of #F28B9C
Black with #F28B9C
Text Example
Text Example
White with #F28B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B9C; }
p { color: rgb(242,139,156); }
H1.HeaderClassName
{
color: #F28B9C;
}
.AnyTagClassName
{
color: #F28B9C;
}
</style>
background-color css
<style>
a { background-color: #F28B9C; }
a { background-color: rgb(242,139,156); }
div.DivClassName
{
background-color: #F28B9C;
}
.BgClassName
{
background-color: #F28B9C;
}
</style>
border-color css
<style>
span { border-color: #F28B9C; }
span { border-color: rgb(242,139,156); }
td.TdClassName
{
border-color: #F28B9C;
}
.TagClassName
{
border-color: #F28B9C;
}
</style>