Shades of Froly #F1727B
Tints of Froly #F1727B
RGB
CMYK
RGB Variations
Color information
#F1727B (or 0xF1727B) is known color: Froly. HEX triplet: F1, 72 and 7B. RGB value is (241,114,123). Sum of RGB (Red+Green+Blue) = 241+114+123=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1727B is #0E8D84. Grayscale: #999999. Windows color (decimal): -953733 or 8090353. OLE color: 8090353.
HSL color Cylindrical-coordinate representation of color #F1727B: hue angle of 355.75º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1727B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 123 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.05 |
| HSL | 355.75º | 0.82% | 0.7% | - |
| HSV(B) | 355.75º | 0.53% | 0.95% | - |
| XYZ | 45.87 | 32.17 | 22.53 | - |
| YUV | 153 | 111.08 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 123 | 0 | 0.53 | 0.49 | 0.05 | 355.75 | 0.82 | 0.7 |
| Hex | F1 | 72 | 7B | 0 | 35 | 31 | 5 | 164 | 52 | 46 |
| Octal | 361 | 162 | 173 | 0 | 65 | 61 | 5 | 544 | 122 | 106 |
| Binary | 11110001 | 1110010 | 1111011 | 0 | 110101 | 110001 | 101 | 101100100 | 1010010 | 1000110 |
Color Harmonies of #F1727B
Complementary color
Monochromatic Colors of #F1727B
Black with #F1727B
Text Example
Text Example
White with #F1727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1727B; }
p { color: rgb(241,114,123); }
H1.HeaderClassName
{
color: #F1727B;
}
.AnyTagClassName
{
color: #F1727B;
}
</style>
background-color css
<style>
a { background-color: #F1727B; }
a { background-color: rgb(241,114,123); }
div.DivClassName
{
background-color: #F1727B;
}
.BgClassName
{
background-color: #F1727B;
}
</style>
border-color css
<style>
span { border-color: #F1727B; }
span { border-color: rgb(241,114,123); }
td.TdClassName
{
border-color: #F1727B;
}
.TagClassName
{
border-color: #F1727B;
}
</style>