Shades of Wewak #FF858F
Tints of Wewak #FF858F
RGB
CMYK
RGB Variations
Color information
#FF858F (or 0xFF858F) is known color: Wewak. HEX triplet: FF, 85 and 8F. RGB value is (255,133,143). Sum of RGB (Red+Green+Blue) = 255+133+143=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858F is #007A70. Grayscale: #AAAAAA. Windows color (decimal): -31345 or 9405951. OLE color: 9405951.
HSL color Cylindrical-coordinate representation of color #FF858F: hue angle of 355.08º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF858F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 143 | - |
| CMYK | 0 | 0.48 | 0.44 | 0 |
| HSL | 355.08º | 1% | 0.76% | - |
| HSV(B) | 355.08º | 0.48% | 1% | - |
| XYZ | 54.59 | 40.02 | 30.83 | - |
| YUV | 170.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 143 | 0 | 0.48 | 0.44 | 0 | 355.08 | 1 | 0.76 |
| Hex | FF | 85 | 8F | 0 | 30 | 2C | 0 | 163 | 64 | 4C |
| Octal | 377 | 205 | 217 | 0 | 60 | 54 | 0 | 543 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10001111 | 0 | 110000 | 101100 | 0 | 101100011 | 1100100 | 1001100 |
Color Harmonies of #FF858F
Complementary color
Monochromatic Colors of #FF858F
Black with #FF858F
Text Example
Text Example
White with #FF858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF858F; }
p { color: rgb(255,133,143); }
H1.HeaderClassName
{
color: #FF858F;
}
.AnyTagClassName
{
color: #FF858F;
}
</style>
background-color css
<style>
a { background-color: #FF858F; }
a { background-color: rgb(255,133,143); }
div.DivClassName
{
background-color: #FF858F;
}
.BgClassName
{
background-color: #FF858F;
}
</style>
border-color css
<style>
span { border-color: #FF858F; }
span { border-color: rgb(255,133,143); }
td.TdClassName
{
border-color: #FF858F;
}
.TagClassName
{
border-color: #FF858F;
}
</style>