Shades of Froly #F27781
Tints of Froly #F27781
RGB
CMYK
RGB Variations
Color information
#F27781 (or 0xF27781) is known color: Froly. HEX triplet: F2, 77 and 81. RGB value is (242,119,129). Sum of RGB (Red+Green+Blue) = 242+119+129=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27781 is #0D887E. Grayscale: #9D9D9D. Windows color (decimal): -886911 or 8484850. OLE color: 8484850.
HSL color Cylindrical-coordinate representation of color #F27781: hue angle of 355.12º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F27781 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 129 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.05 |
| HSL | 355.12º | 0.83% | 0.71% | - |
| HSV(B) | 355.12º | 0.51% | 0.95% | - |
| XYZ | 47.18 | 33.66 | 24.78 | - |
| YUV | 156.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 129 | 0 | 0.51 | 0.47 | 0.05 | 355.12 | 0.83 | 0.71 |
| Hex | F2 | 77 | 81 | 0 | 33 | 2F | 5 | 163 | 53 | 47 |
| Octal | 362 | 167 | 201 | 0 | 63 | 57 | 5 | 543 | 123 | 107 |
| Binary | 11110010 | 1110111 | 10000001 | 0 | 110011 | 101111 | 101 | 101100011 | 1010011 | 1000111 |
Color Harmonies of #F27781
Complementary color
Monochromatic Colors of #F27781
Black with #F27781
Text Example
Text Example
White with #F27781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27781; }
p { color: rgb(242,119,129); }
H1.HeaderClassName
{
color: #F27781;
}
.AnyTagClassName
{
color: #F27781;
}
</style>
background-color css
<style>
a { background-color: #F27781; }
a { background-color: rgb(242,119,129); }
div.DivClassName
{
background-color: #F27781;
}
.BgClassName
{
background-color: #F27781;
}
</style>
border-color css
<style>
span { border-color: #F27781; }
span { border-color: rgb(242,119,129); }
td.TdClassName
{
border-color: #F27781;
}
.TagClassName
{
border-color: #F27781;
}
</style>