Shades of Wewak #F99CA5
Tints of Wewak #F99CA5
RGB
CMYK
RGB Variations
Color information
#F99CA5 (or 0xF99CA5) is known color: Wewak. HEX triplet: F9, 9C and A5. RGB value is (249,156,165). Sum of RGB (Red+Green+Blue) = 249+156+165=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA5 is #06635A. Grayscale: #B8B8B8. Windows color (decimal): -418651 or 10853625. OLE color: 10853625.
HSL color Cylindrical-coordinate representation of color #F99CA5: hue angle of 354.19º 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 #F99CA5 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 165 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.02 |
| HSL | 354.19º | 0.89% | 0.79% | - |
| HSV(B) | 354.19º | 0.37% | 0.98% | - |
| XYZ | 57.75 | 46.63 | 41.55 | - |
| YUV | 184.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 165 | 0 | 0.37 | 0.34 | 0.02 | 354.19 | 0.89 | 0.79 |
| Hex | F9 | 9C | A5 | 0 | 25 | 22 | 2 | 162 | 59 | 4F |
| Octal | 371 | 234 | 245 | 0 | 45 | 42 | 2 | 542 | 131 | 117 |
| Binary | 11111001 | 10011100 | 10100101 | 0 | 100101 | 100010 | 10 | 101100010 | 1011001 | 1001111 |
Color Harmonies of #F99CA5
Complementary color
Monochromatic Colors of #F99CA5
Black with #F99CA5
Text Example
Text Example
White with #F99CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CA5; }
p { color: rgb(249,156,165); }
H1.HeaderClassName
{
color: #F99CA5;
}
.AnyTagClassName
{
color: #F99CA5;
}
</style>
background-color css
<style>
a { background-color: #F99CA5; }
a { background-color: rgb(249,156,165); }
div.DivClassName
{
background-color: #F99CA5;
}
.BgClassName
{
background-color: #F99CA5;
}
</style>
border-color css
<style>
span { border-color: #F99CA5; }
span { border-color: rgb(249,156,165); }
td.TdClassName
{
border-color: #F99CA5;
}
.TagClassName
{
border-color: #F99CA5;
}
</style>