Shades of Froly #F26F78
Tints of Froly #F26F78
RGB
CMYK
RGB Variations
Color information
#F26F78 (or 0xF26F78) is known color: Froly. HEX triplet: F2, 6F and 78. RGB value is (242,111,120). Sum of RGB (Red+Green+Blue) = 242+111+120=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F78 is #0D9087. Grayscale: #979797. Windows color (decimal): -888968 or 7892978. OLE color: 7892978.
HSL color Cylindrical-coordinate representation of color #F26F78: hue angle of 355.88º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F78 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 120 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.05 |
| HSL | 355.88º | 0.83% | 0.69% | - |
| HSV(B) | 355.88º | 0.54% | 0.95% | - |
| XYZ | 45.69 | 31.6 | 21.46 | - |
| YUV | 151.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 120 | 0 | 0.54 | 0.50 | 0.05 | 355.88 | 0.83 | 0.69 |
| Hex | F2 | 6F | 78 | 0 | 36 | 32 | 5 | 164 | 53 | 45 |
| Octal | 362 | 157 | 170 | 0 | 66 | 62 | 5 | 544 | 123 | 105 |
| Binary | 11110010 | 1101111 | 1111000 | 0 | 110110 | 110010 | 101 | 101100100 | 1010011 | 1000101 |
Color Harmonies of #F26F78
Complementary color
Monochromatic Colors of #F26F78
Black with #F26F78
Text Example
Text Example
White with #F26F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F78; }
p { color: rgb(242,111,120); }
H1.HeaderClassName
{
color: #F26F78;
}
.AnyTagClassName
{
color: #F26F78;
}
</style>
background-color css
<style>
a { background-color: #F26F78; }
a { background-color: rgb(242,111,120); }
div.DivClassName
{
background-color: #F26F78;
}
.BgClassName
{
background-color: #F26F78;
}
</style>
border-color css
<style>
span { border-color: #F26F78; }
span { border-color: rgb(242,111,120); }
td.TdClassName
{
border-color: #F26F78;
}
.TagClassName
{
border-color: #F26F78;
}
</style>