Shades of Froly #F26773
Tints of Froly #F26773
RGB
CMYK
RGB Variations
Color information
#F26773 (or 0xF26773) is known color: Froly. HEX triplet: F2, 67 and 73. RGB value is (242,103,115). Sum of RGB (Red+Green+Blue) = 242+103+115=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F26773 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26773 is #0D988C. Grayscale: #929292. Windows color (decimal): -891021 or 7563250. OLE color: 7563250.
HSL color Cylindrical-coordinate representation of color #F26773: hue angle of 354.82º 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 #F26773 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 115 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.05 |
| HSL | 354.82º | 0.84% | 0.68% | - |
| HSV(B) | 354.82º | 0.57% | 0.95% | - |
| XYZ | 44.56 | 29.82 | 19.63 | - |
| YUV | 145.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 115 | 0 | 0.57 | 0.52 | 0.05 | 354.82 | 0.84 | 0.68 |
| Hex | F2 | 67 | 73 | 0 | 39 | 34 | 5 | 163 | 54 | 44 |
| Octal | 362 | 147 | 163 | 0 | 71 | 64 | 5 | 543 | 124 | 104 |
| Binary | 11110010 | 1100111 | 1110011 | 0 | 111001 | 110100 | 101 | 101100011 | 1010100 | 1000100 |
Color Harmonies of #F26773
Complementary color
Monochromatic Colors of #F26773
Black with #F26773
Text Example
Text Example
White with #F26773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26773; }
p { color: rgb(242,103,115); }
H1.HeaderClassName
{
color: #F26773;
}
.AnyTagClassName
{
color: #F26773;
}
</style>
background-color css
<style>
a { background-color: #F26773; }
a { background-color: rgb(242,103,115); }
div.DivClassName
{
background-color: #F26773;
}
.BgClassName
{
background-color: #F26773;
}
</style>
border-color css
<style>
span { border-color: #F26773; }
span { border-color: rgb(242,103,115); }
td.TdClassName
{
border-color: #F26773;
}
.TagClassName
{
border-color: #F26773;
}
</style>