Shades of Wewak #F99DA2
Tints of Wewak #F99DA2
RGB
CMYK
RGB Variations
Color information
#F99DA2 (or 0xF99DA2) is known color: Wewak. HEX triplet: F9, 9D and A2. RGB value is (249,157,162). Sum of RGB (Red+Green+Blue) = 249+157+162=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99DA2 is #06625D. Grayscale: #B9B9B9. Windows color (decimal): -418398 or 10657273. OLE color: 10657273.
HSL color Cylindrical-coordinate representation of color #F99DA2: hue angle of 356.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DA2 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 162 | - |
CMYK | 0 | 0.37 | 0.35 | 0.02 |
HSL | 356.74º | 0.88% | 0.8% | - |
HSV(B) | 356.74º | 0.37% | 0.98% | - |
XYZ | 57.65 | 46.86 | 40.19 | - |
YUV | 185.08 | 114.98 | 173.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 162 | 0 | 0.37 | 0.35 | 0.02 | 356.74 | 0.88 | 0.8 |
Hex | F9 | 9D | A2 | 0 | 25 | 23 | 2 | 165 | 58 | 50 |
Octal | 371 | 235 | 242 | 0 | 45 | 43 | 2 | 545 | 130 | 120 |
Binary | 11111001 | 10011101 | 10100010 | 0 | 100101 | 100011 | 10 | 101100101 | 1011000 | 1010000 |
Color Harmonies of #F99DA2
Complementary color
Monochromatic Colors of #F99DA2
Black with #F99DA2
Text Example
Text Example
White with #F99DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DA2; }
p { color: rgb(249,157,162); }
H1.HeaderClassName
{
color: #F99DA2;
}
.AnyTagClassName
{
color: #F99DA2;
}
</style>
background-color css
<style>
a { background-color: #F99DA2; }
a { background-color: rgb(249,157,162); }
div.DivClassName
{
background-color: #F99DA2;
}
.BgClassName
{
background-color: #F99DA2;
}
</style>
border-color css
<style>
span { border-color: #F99DA2; }
span { border-color: rgb(249,157,162); }
td.TdClassName
{
border-color: #F99DA2;
}
.TagClassName
{
border-color: #F99DA2;
}
</style>