Shades of Froly #F2707D
Tints of Froly #F2707D
RGB
CMYK
RGB Variations
Color information
#F2707D (or 0xF2707D) is known color: Froly. HEX triplet: F2, 70 and 7D. RGB value is (242,112,125). Sum of RGB (Red+Green+Blue) = 242+112+125=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2707D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2707D is #0D8F82. Grayscale: #989898. Windows color (decimal): -888707 or 8220914. OLE color: 8220914.
HSL color Cylindrical-coordinate representation of color #F2707D: hue angle of 354º 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 #F2707D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 125 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.05 |
| HSL | 354º | 0.83% | 0.69% | - |
| HSV(B) | 354º | 0.54% | 0.95% | - |
| XYZ | 46.11 | 31.95 | 23.14 | - |
| YUV | 152.35 | 112.57 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 125 | 0 | 0.54 | 0.48 | 0.05 | 354 | 0.83 | 0.69 |
| Hex | F2 | 70 | 7D | 0 | 36 | 30 | 5 | 162 | 53 | 45 |
| Octal | 362 | 160 | 175 | 0 | 66 | 60 | 5 | 542 | 123 | 105 |
| Binary | 11110010 | 1110000 | 1111101 | 0 | 110110 | 110000 | 101 | 101100010 | 1010011 | 1000101 |
Color Harmonies of #F2707D
Complementary color
Monochromatic Colors of #F2707D
Black with #F2707D
Text Example
Text Example
White with #F2707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2707D; }
p { color: rgb(242,112,125); }
H1.HeaderClassName
{
color: #F2707D;
}
.AnyTagClassName
{
color: #F2707D;
}
</style>
background-color css
<style>
a { background-color: #F2707D; }
a { background-color: rgb(242,112,125); }
div.DivClassName
{
background-color: #F2707D;
}
.BgClassName
{
background-color: #F2707D;
}
</style>
border-color css
<style>
span { border-color: #F2707D; }
span { border-color: rgb(242,112,125); }
td.TdClassName
{
border-color: #F2707D;
}
.TagClassName
{
border-color: #F2707D;
}
</style>