Shades of Froly #F28082
Tints of Froly #F28082
RGB
CMYK
RGB Variations
Color information
#F28082 (or 0xF28082) is known color: Froly. HEX triplet: F2, 80 and 82. RGB value is (242,128,130). Sum of RGB (Red+Green+Blue) = 242+128+130=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F28082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28082 is #0D7F7D. Grayscale: #A2A2A2. Windows color (decimal): -884606 or 8552690. OLE color: 8552690.
HSL color Cylindrical-coordinate representation of color #F28082: hue angle of 358.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28082 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 130 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.05 |
| HSL | 358.95º | 0.81% | 0.73% | - |
| HSV(B) | 358.95º | 0.47% | 0.95% | - |
| XYZ | 48.37 | 35.93 | 25.5 | - |
| YUV | 162.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 130 | 0 | 0.47 | 0.46 | 0.05 | 358.95 | 0.81 | 0.73 |
| Hex | F2 | 80 | 82 | 0 | 2F | 2E | 5 | 167 | 51 | 49 |
| Octal | 362 | 200 | 202 | 0 | 57 | 56 | 5 | 547 | 121 | 111 |
| Binary | 11110010 | 10000000 | 10000010 | 0 | 101111 | 101110 | 101 | 101100111 | 1010001 | 1001001 |
Color Harmonies of #F28082
Complementary color
Monochromatic Colors of #F28082
Black with #F28082
Text Example
Text Example
White with #F28082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28082; }
p { color: rgb(242,128,130); }
H1.HeaderClassName
{
color: #F28082;
}
.AnyTagClassName
{
color: #F28082;
}
</style>
background-color css
<style>
a { background-color: #F28082; }
a { background-color: rgb(242,128,130); }
div.DivClassName
{
background-color: #F28082;
}
.BgClassName
{
background-color: #F28082;
}
</style>
border-color css
<style>
span { border-color: #F28082; }
span { border-color: rgb(242,128,130); }
td.TdClassName
{
border-color: #F28082;
}
.TagClassName
{
border-color: #F28082;
}
</style>