Shades of Froly #F27B7E
Tints of Froly #F27B7E
RGB
CMYK
RGB Variations
Color information
#F27B7E (or 0xF27B7E) is known color: Froly. HEX triplet: F2, 7B and 7E. RGB value is (242,123,126). Sum of RGB (Red+Green+Blue) = 242+123+126=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B7E is #0D8481. Grayscale: #9F9F9F. Windows color (decimal): -885890 or 8289266. OLE color: 8289266.
HSL color Cylindrical-coordinate representation of color #F27B7E: hue angle of 358.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27B7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.49º | 0.82% | 0.72% | - |
| HSV(B) | 358.49º | 0.49% | 0.95% | - |
| XYZ | 47.47 | 34.55 | 23.91 | - |
| YUV | 158.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 126 | 0 | 0.49 | 0.48 | 0.05 | 358.49 | 0.82 | 0.72 |
| Hex | F2 | 7B | 7E | 0 | 31 | 30 | 5 | 166 | 52 | 48 |
| Octal | 362 | 173 | 176 | 0 | 61 | 60 | 5 | 546 | 122 | 110 |
| Binary | 11110010 | 1111011 | 1111110 | 0 | 110001 | 110000 | 101 | 101100110 | 1010010 | 1001000 |
Color Harmonies of #F27B7E
Complementary color
Monochromatic Colors of #F27B7E
Black with #F27B7E
Text Example
Text Example
White with #F27B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B7E; }
p { color: rgb(242,123,126); }
H1.HeaderClassName
{
color: #F27B7E;
}
.AnyTagClassName
{
color: #F27B7E;
}
</style>
background-color css
<style>
a { background-color: #F27B7E; }
a { background-color: rgb(242,123,126); }
div.DivClassName
{
background-color: #F27B7E;
}
.BgClassName
{
background-color: #F27B7E;
}
</style>
border-color css
<style>
span { border-color: #F27B7E; }
span { border-color: rgb(242,123,126); }
td.TdClassName
{
border-color: #F27B7E;
}
.TagClassName
{
border-color: #F27B7E;
}
</style>