Shades of Froly #F27D7F
Tints of Froly #F27D7F
RGB
CMYK
RGB Variations
Color information
#F27D7F (or 0xF27D7F) is known color: Froly. HEX triplet: F2, 7D and 7F. RGB value is (242,125,127). Sum of RGB (Red+Green+Blue) = 242+125+127=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D7F is #0D8280. Grayscale: #A0A0A0. Windows color (decimal): -885377 or 8355314. OLE color: 8355314.
HSL color Cylindrical-coordinate representation of color #F27D7F: hue angle of 358.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27D7F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 127 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.05 |
| HSL | 358.97º | 0.82% | 0.72% | - |
| HSV(B) | 358.97º | 0.48% | 0.95% | - |
| XYZ | 47.78 | 35.08 | 24.33 | - |
| YUV | 160.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 127 | 0 | 0.48 | 0.48 | 0.05 | 358.97 | 0.82 | 0.72 |
| Hex | F2 | 7D | 7F | 0 | 30 | 30 | 5 | 167 | 52 | 48 |
| Octal | 362 | 175 | 177 | 0 | 60 | 60 | 5 | 547 | 122 | 110 |
| Binary | 11110010 | 1111101 | 1111111 | 0 | 110000 | 110000 | 101 | 101100111 | 1010010 | 1001000 |
Color Harmonies of #F27D7F
Complementary color
Monochromatic Colors of #F27D7F
Black with #F27D7F
Text Example
Text Example
White with #F27D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D7F; }
p { color: rgb(242,125,127); }
H1.HeaderClassName
{
color: #F27D7F;
}
.AnyTagClassName
{
color: #F27D7F;
}
</style>
background-color css
<style>
a { background-color: #F27D7F; }
a { background-color: rgb(242,125,127); }
div.DivClassName
{
background-color: #F27D7F;
}
.BgClassName
{
background-color: #F27D7F;
}
</style>
border-color css
<style>
span { border-color: #F27D7F; }
span { border-color: rgb(242,125,127); }
td.TdClassName
{
border-color: #F27D7F;
}
.TagClassName
{
border-color: #F27D7F;
}
</style>