Shades of Froly #F27880
Tints of Froly #F27880
RGB
CMYK
RGB Variations
Color information
#F27880 (or 0xF27880) is known color: Froly. HEX triplet: F2, 78 and 80. RGB value is (242,120,128). Sum of RGB (Red+Green+Blue) = 242+120+128=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27880 is #0D877F. Grayscale: #9D9D9D. Windows color (decimal): -886656 or 8419570. OLE color: 8419570.
HSL color Cylindrical-coordinate representation of color #F27880: hue angle of 356.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27880 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 128 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.05 |
| HSL | 356.07º | 0.82% | 0.71% | - |
| HSV(B) | 356.07º | 0.5% | 0.95% | - |
| XYZ | 47.23 | 33.87 | 24.47 | - |
| YUV | 157.39 | 111.42 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 128 | 0 | 0.50 | 0.47 | 0.05 | 356.07 | 0.82 | 0.71 |
| Hex | F2 | 78 | 80 | 0 | 32 | 2F | 5 | 164 | 52 | 47 |
| Octal | 362 | 170 | 200 | 0 | 62 | 57 | 5 | 544 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10000000 | 0 | 110010 | 101111 | 101 | 101100100 | 1010010 | 1000111 |
Color Harmonies of #F27880
Complementary color
Monochromatic Colors of #F27880
Black with #F27880
Text Example
Text Example
White with #F27880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27880; }
p { color: rgb(242,120,128); }
H1.HeaderClassName
{
color: #F27880;
}
.AnyTagClassName
{
color: #F27880;
}
</style>
background-color css
<style>
a { background-color: #F27880; }
a { background-color: rgb(242,120,128); }
div.DivClassName
{
background-color: #F27880;
}
.BgClassName
{
background-color: #F27880;
}
</style>
border-color css
<style>
span { border-color: #F27880; }
span { border-color: rgb(242,120,128); }
td.TdClassName
{
border-color: #F27880;
}
.TagClassName
{
border-color: #F27880;
}
</style>