Shades of Wewak #FC92A1
Tints of Wewak #FC92A1
RGB
CMYK
RGB Variations
Color information
#FC92A1 (or 0xFC92A1) is known color: Wewak. HEX triplet: FC, 92 and A1. RGB value is (252,146,161). Sum of RGB (Red+Green+Blue) = 252+146+161=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC92A1 is #036D5E. Grayscale: #B3B3B3. Windows color (decimal): -224607 or 10588924. OLE color: 10588924.
HSL color Cylindrical-coordinate representation of color #FC92A1: hue angle of 351.51º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92A1 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 161 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.01 |
| HSL | 351.51º | 0.95% | 0.78% | - |
| HSV(B) | 351.51º | 0.42% | 0.99% | - |
| XYZ | 56.86 | 43.83 | 39.18 | - |
| YUV | 179.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 161 | 0 | 0.42 | 0.36 | 0.01 | 351.51 | 0.95 | 0.78 |
| Hex | FC | 92 | A1 | 0 | 2A | 24 | 1 | 160 | 5F | 4E |
| Octal | 374 | 222 | 241 | 0 | 52 | 44 | 1 | 540 | 137 | 116 |
| Binary | 11111100 | 10010010 | 10100001 | 0 | 101010 | 100100 | 1 | 101100000 | 1011111 | 1001110 |
Color Harmonies of #FC92A1
Complementary color
Monochromatic Colors of #FC92A1
Black with #FC92A1
Text Example
Text Example
White with #FC92A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92A1; }
p { color: rgb(252,146,161); }
H1.HeaderClassName
{
color: #FC92A1;
}
.AnyTagClassName
{
color: #FC92A1;
}
</style>
background-color css
<style>
a { background-color: #FC92A1; }
a { background-color: rgb(252,146,161); }
div.DivClassName
{
background-color: #FC92A1;
}
.BgClassName
{
background-color: #FC92A1;
}
</style>
border-color css
<style>
span { border-color: #FC92A1; }
span { border-color: rgb(252,146,161); }
td.TdClassName
{
border-color: #FC92A1;
}
.TagClassName
{
border-color: #FC92A1;
}
</style>