Shades of Froly #F26973
Tints of Froly #F26973
RGB
CMYK
RGB Variations
Color information
#F26973 (or 0xF26973) is known color: Froly. HEX triplet: F2, 69 and 73. RGB value is (242,105,115). Sum of RGB (Red+Green+Blue) = 242+105+115=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26973 is #0D968C. Grayscale: #939393. Windows color (decimal): -890509 or 7563762. OLE color: 7563762.
HSL color Cylindrical-coordinate representation of color #F26973: hue angle of 355.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F26973 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 115 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.05 |
| HSL | 355.62º | 0.84% | 0.68% | - |
| HSV(B) | 355.62º | 0.57% | 0.95% | - |
| XYZ | 44.76 | 30.22 | 19.69 | - |
| YUV | 147.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 115 | 0 | 0.57 | 0.52 | 0.05 | 355.62 | 0.84 | 0.68 |
| Hex | F2 | 69 | 73 | 0 | 39 | 34 | 5 | 164 | 54 | 44 |
| Octal | 362 | 151 | 163 | 0 | 71 | 64 | 5 | 544 | 124 | 104 |
| Binary | 11110010 | 1101001 | 1110011 | 0 | 111001 | 110100 | 101 | 101100100 | 1010100 | 1000100 |
Color Harmonies of #F26973
Complementary color
Monochromatic Colors of #F26973
Black with #F26973
Text Example
Text Example
White with #F26973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26973; }
p { color: rgb(242,105,115); }
H1.HeaderClassName
{
color: #F26973;
}
.AnyTagClassName
{
color: #F26973;
}
</style>
background-color css
<style>
a { background-color: #F26973; }
a { background-color: rgb(242,105,115); }
div.DivClassName
{
background-color: #F26973;
}
.BgClassName
{
background-color: #F26973;
}
</style>
border-color css
<style>
span { border-color: #F26973; }
span { border-color: rgb(242,105,115); }
td.TdClassName
{
border-color: #F26973;
}
.TagClassName
{
border-color: #F26973;
}
</style>