Shades of Froly #F2767F
Tints of Froly #F2767F
RGB
CMYK
RGB Variations
Color information
#F2767F (or 0xF2767F) is known color: Froly. HEX triplet: F2, 76 and 7F. RGB value is (242,118,127). Sum of RGB (Red+Green+Blue) = 242+118+127=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2767F is #0D8980. Grayscale: #9C9C9C. Windows color (decimal): -887169 or 8353522. OLE color: 8353522.
HSL color Cylindrical-coordinate representation of color #F2767F: hue angle of 355.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2767F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 127 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.05 |
| HSL | 355.65º | 0.83% | 0.71% | - |
| HSV(B) | 355.65º | 0.51% | 0.95% | - |
| XYZ | 46.93 | 33.37 | 24.05 | - |
| YUV | 156.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 127 | 0 | 0.51 | 0.48 | 0.05 | 355.65 | 0.83 | 0.71 |
| Hex | F2 | 76 | 7F | 0 | 33 | 30 | 5 | 164 | 53 | 47 |
| Octal | 362 | 166 | 177 | 0 | 63 | 60 | 5 | 544 | 123 | 107 |
| Binary | 11110010 | 1110110 | 1111111 | 0 | 110011 | 110000 | 101 | 101100100 | 1010011 | 1000111 |
Color Harmonies of #F2767F
Complementary color
Monochromatic Colors of #F2767F
Black with #F2767F
Text Example
Text Example
White with #F2767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2767F; }
p { color: rgb(242,118,127); }
H1.HeaderClassName
{
color: #F2767F;
}
.AnyTagClassName
{
color: #F2767F;
}
</style>
background-color css
<style>
a { background-color: #F2767F; }
a { background-color: rgb(242,118,127); }
div.DivClassName
{
background-color: #F2767F;
}
.BgClassName
{
background-color: #F2767F;
}
</style>
border-color css
<style>
span { border-color: #F2767F; }
span { border-color: rgb(242,118,127); }
td.TdClassName
{
border-color: #F2767F;
}
.TagClassName
{
border-color: #F2767F;
}
</style>