Shades of Froly #F27A7B
Tints of Froly #F27A7B
RGB
CMYK
RGB Variations
Color information
#F27A7B (or 0xF27A7B) is known color: Froly. HEX triplet: F2, 7A and 7B. RGB value is (242,122,123). Sum of RGB (Red+Green+Blue) = 242+122+123=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A7B is #0D8584. Grayscale: #9E9E9E. Windows color (decimal): -886149 or 8092402. OLE color: 8092402.
HSL color Cylindrical-coordinate representation of color #F27A7B: hue angle of 359.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27A7B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 123 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.05 |
| HSL | 359.5º | 0.82% | 0.71% | - |
| HSV(B) | 359.5º | 0.5% | 0.95% | - |
| XYZ | 47.15 | 34.23 | 22.86 | - |
| YUV | 157.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 123 | 0 | 0.50 | 0.49 | 0.05 | 359.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | 7B | 0 | 32 | 31 | 5 | 168 | 52 | 47 |
| Octal | 362 | 172 | 173 | 0 | 62 | 61 | 5 | 550 | 122 | 107 |
| Binary | 11110010 | 1111010 | 1111011 | 0 | 110010 | 110001 | 101 | 101101000 | 1010010 | 1000111 |
Color Harmonies of #F27A7B
Complementary color
Monochromatic Colors of #F27A7B
Black with #F27A7B
Text Example
Text Example
White with #F27A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A7B; }
p { color: rgb(242,122,123); }
H1.HeaderClassName
{
color: #F27A7B;
}
.AnyTagClassName
{
color: #F27A7B;
}
</style>
background-color css
<style>
a { background-color: #F27A7B; }
a { background-color: rgb(242,122,123); }
div.DivClassName
{
background-color: #F27A7B;
}
.BgClassName
{
background-color: #F27A7B;
}
</style>
border-color css
<style>
span { border-color: #F27A7B; }
span { border-color: rgb(242,122,123); }
td.TdClassName
{
border-color: #F27A7B;
}
.TagClassName
{
border-color: #F27A7B;
}
</style>