Shades of Wewak #FC919F
Tints of Wewak #FC919F
RGB
CMYK
RGB Variations
Color information
#FC919F (or 0xFC919F) is known color: Wewak. HEX triplet: FC, 91 and 9F. RGB value is (252,145,159). Sum of RGB (Red+Green+Blue) = 252+145+159=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919F is #036E60. Grayscale: #B2B2B2. Windows color (decimal): -224865 or 10457596. OLE color: 10457596.
HSL color Cylindrical-coordinate representation of color #FC919F: hue angle of 352.15º 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 #FC919F is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 159 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.01 |
| HSL | 352.15º | 0.95% | 0.78% | - |
| HSV(B) | 352.15º | 0.42% | 0.99% | - |
| XYZ | 56.53 | 43.45 | 38.21 | - |
| YUV | 178.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 159 | 0 | 0.42 | 0.37 | 0.01 | 352.15 | 0.95 | 0.78 |
| Hex | FC | 91 | 9F | 0 | 2A | 25 | 1 | 160 | 5F | 4E |
| Octal | 374 | 221 | 237 | 0 | 52 | 45 | 1 | 540 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10011111 | 0 | 101010 | 100101 | 1 | 101100000 | 1011111 | 1001110 |
Color Harmonies of #FC919F
Complementary color
Monochromatic Colors of #FC919F
Black with #FC919F
Text Example
Text Example
White with #FC919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC919F; }
p { color: rgb(252,145,159); }
H1.HeaderClassName
{
color: #FC919F;
}
.AnyTagClassName
{
color: #FC919F;
}
</style>
background-color css
<style>
a { background-color: #FC919F; }
a { background-color: rgb(252,145,159); }
div.DivClassName
{
background-color: #FC919F;
}
.BgClassName
{
background-color: #FC919F;
}
</style>
border-color css
<style>
span { border-color: #FC919F; }
span { border-color: rgb(252,145,159); }
td.TdClassName
{
border-color: #FC919F;
}
.TagClassName
{
border-color: #FC919F;
}
</style>