Shades of Wewak #F99CA4
Tints of Wewak #F99CA4
RGB
CMYK
RGB Variations
Color information
#F99CA4 (or 0xF99CA4) is known color: Wewak. HEX triplet: F9, 9C and A4. RGB value is (249,156,164). Sum of RGB (Red+Green+Blue) = 249+156+164=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA4 is #06635B. Grayscale: #B8B8B8. Windows color (decimal): -418652 or 10788089. OLE color: 10788089.
HSL color Cylindrical-coordinate representation of color #F99CA4: hue angle of 354.84º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CA4 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 164 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.02 |
| HSL | 354.84º | 0.89% | 0.79% | - |
| HSV(B) | 354.84º | 0.37% | 0.98% | - |
| XYZ | 57.66 | 46.6 | 41.08 | - |
| YUV | 184.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 164 | 0 | 0.37 | 0.34 | 0.02 | 354.84 | 0.89 | 0.79 |
| Hex | F9 | 9C | A4 | 0 | 25 | 22 | 2 | 163 | 59 | 4F |
| Octal | 371 | 234 | 244 | 0 | 45 | 42 | 2 | 543 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10100100 | 0 | 100101 | 100010 | 10 | 101100011 | 1011001 | 1001111 |
Color Harmonies of #F99CA4
Complementary color
Monochromatic Colors of #F99CA4
Black with #F99CA4
Text Example
Text Example
White with #F99CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CA4; }
p { color: rgb(249,156,164); }
H1.HeaderClassName
{
color: #F99CA4;
}
.AnyTagClassName
{
color: #F99CA4;
}
</style>
background-color css
<style>
a { background-color: #F99CA4; }
a { background-color: rgb(249,156,164); }
div.DivClassName
{
background-color: #F99CA4;
}
.BgClassName
{
background-color: #F99CA4;
}
</style>
border-color css
<style>
span { border-color: #F99CA4; }
span { border-color: rgb(249,156,164); }
td.TdClassName
{
border-color: #F99CA4;
}
.TagClassName
{
border-color: #F99CA4;
}
</style>