Shades of Froly #F26C7B
Tints of Froly #F26C7B
RGB
CMYK
RGB Variations
Color information
#F26C7B (or 0xF26C7B) is known color: Froly. HEX triplet: F2, 6C and 7B. RGB value is (242,108,123). Sum of RGB (Red+Green+Blue) = 242+108+123=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C7B is #0D9384. Grayscale: #959595. Windows color (decimal): -889733 or 8088818. OLE color: 8088818.
HSL color Cylindrical-coordinate representation of color #F26C7B: hue angle of 353.28º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26C7B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 123 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.05 |
| HSL | 353.28º | 0.84% | 0.69% | - |
| HSV(B) | 353.28º | 0.55% | 0.95% | - |
| XYZ | 45.56 | 31.03 | 22.33 | - |
| YUV | 149.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 123 | 0 | 0.55 | 0.49 | 0.05 | 353.28 | 0.84 | 0.69 |
| Hex | F2 | 6C | 7B | 0 | 37 | 31 | 5 | 161 | 54 | 45 |
| Octal | 362 | 154 | 173 | 0 | 67 | 61 | 5 | 541 | 124 | 105 |
| Binary | 11110010 | 1101100 | 1111011 | 0 | 110111 | 110001 | 101 | 101100001 | 1010100 | 1000101 |
Color Harmonies of #F26C7B
Complementary color
Monochromatic Colors of #F26C7B
Black with #F26C7B
Text Example
Text Example
White with #F26C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C7B; }
p { color: rgb(242,108,123); }
H1.HeaderClassName
{
color: #F26C7B;
}
.AnyTagClassName
{
color: #F26C7B;
}
</style>
background-color css
<style>
a { background-color: #F26C7B; }
a { background-color: rgb(242,108,123); }
div.DivClassName
{
background-color: #F26C7B;
}
.BgClassName
{
background-color: #F26C7B;
}
</style>
border-color css
<style>
span { border-color: #F26C7B; }
span { border-color: rgb(242,108,123); }
td.TdClassName
{
border-color: #F26C7B;
}
.TagClassName
{
border-color: #F26C7B;
}
</style>