Shades of Froly #F26771
Tints of Froly #F26771
RGB
CMYK
RGB Variations
Color information
#F26771 (or 0xF26771) is known color: Froly. HEX triplet: F2, 67 and 71. RGB value is (242,103,113). Sum of RGB (Red+Green+Blue) = 242+103+113=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F26771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26771 is #0D988E. Grayscale: #919191. Windows color (decimal): -891023 or 7432178. OLE color: 7432178.
HSL color Cylindrical-coordinate representation of color #F26771: hue angle of 355.68º 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 #F26771 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 113 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.05 |
| HSL | 355.68º | 0.84% | 0.68% | - |
| HSV(B) | 355.68º | 0.57% | 0.95% | - |
| XYZ | 44.45 | 29.77 | 19.03 | - |
| YUV | 145.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 113 | 0 | 0.57 | 0.53 | 0.05 | 355.68 | 0.84 | 0.68 |
| Hex | F2 | 67 | 71 | 0 | 39 | 35 | 5 | 164 | 54 | 44 |
| Octal | 362 | 147 | 161 | 0 | 71 | 65 | 5 | 544 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1110001 | 0 | 111001 | 110101 | 101 | 101100100 | 1010100 | 1000100 |
Color Harmonies of #F26771
Complementary color
Monochromatic Colors of #F26771
Black with #F26771
Text Example
Text Example
White with #F26771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26771; }
p { color: rgb(242,103,113); }
H1.HeaderClassName
{
color: #F26771;
}
.AnyTagClassName
{
color: #F26771;
}
</style>
background-color css
<style>
a { background-color: #F26771; }
a { background-color: rgb(242,103,113); }
div.DivClassName
{
background-color: #F26771;
}
.BgClassName
{
background-color: #F26771;
}
</style>
border-color css
<style>
span { border-color: #F26771; }
span { border-color: rgb(242,103,113); }
td.TdClassName
{
border-color: #F26771;
}
.TagClassName
{
border-color: #F26771;
}
</style>