Shades of Froly #F2707F
Tints of Froly #F2707F
RGB
CMYK
RGB Variations
Color information
#F2707F (or 0xF2707F) is known color: Froly. HEX triplet: F2, 70 and 7F. RGB value is (242,112,127). Sum of RGB (Red+Green+Blue) = 242+112+127=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2707F is #0D8F80. Grayscale: #989898. Windows color (decimal): -888705 or 8351986. OLE color: 8351986.
HSL color Cylindrical-coordinate representation of color #F2707F: hue angle of 353.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2707F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 127 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 353.08º | 0.83% | 0.69% | - |
| HSV(B) | 353.08º | 0.54% | 0.95% | - |
| XYZ | 46.24 | 32 | 23.82 | - |
| YUV | 152.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 127 | 0 | 0.54 | 0.48 | 0.05 | 353.08 | 0.83 | 0.69 |
| Hex | F2 | 70 | 7F | 0 | 36 | 30 | 5 | 161 | 53 | 45 |
| Octal | 362 | 160 | 177 | 0 | 66 | 60 | 5 | 541 | 123 | 105 |
| Binary | 11110010 | 1110000 | 1111111 | 0 | 110110 | 110000 | 101 | 101100001 | 1010011 | 1000101 |
Color Harmonies of #F2707F
Complementary color
Monochromatic Colors of #F2707F
Black with #F2707F
Text Example
Text Example
White with #F2707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2707F; }
p { color: rgb(242,112,127); }
H1.HeaderClassName
{
color: #F2707F;
}
.AnyTagClassName
{
color: #F2707F;
}
</style>
background-color css
<style>
a { background-color: #F2707F; }
a { background-color: rgb(242,112,127); }
div.DivClassName
{
background-color: #F2707F;
}
.BgClassName
{
background-color: #F2707F;
}
</style>
border-color css
<style>
span { border-color: #F2707F; }
span { border-color: rgb(242,112,127); }
td.TdClassName
{
border-color: #F2707F;
}
.TagClassName
{
border-color: #F2707F;
}
</style>