Shades of Froly #F27A7D
Tints of Froly #F27A7D
RGB
CMYK
RGB Variations
Color information
#F27A7D (or 0xF27A7D) is known color: Froly. HEX triplet: F2, 7A and 7D. RGB value is (242,122,125). Sum of RGB (Red+Green+Blue) = 242+122+125=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A7D is #0D8582. Grayscale: #9E9E9E. Windows color (decimal): -886147 or 8223474. OLE color: 8223474.
HSL color Cylindrical-coordinate representation of color #F27A7D: hue angle of 358.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 #F27A7D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 125 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.05 |
| HSL | 358.5º | 0.82% | 0.71% | - |
| HSV(B) | 358.5º | 0.5% | 0.95% | - |
| XYZ | 47.28 | 34.28 | 23.53 | - |
| YUV | 158.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 125 | 0 | 0.50 | 0.48 | 0.05 | 358.5 | 0.82 | 0.71 |
| Hex | F2 | 7A | 7D | 0 | 32 | 30 | 5 | 166 | 52 | 47 |
| Octal | 362 | 172 | 175 | 0 | 62 | 60 | 5 | 546 | 122 | 107 |
| Binary | 11110010 | 1111010 | 1111101 | 0 | 110010 | 110000 | 101 | 101100110 | 1010010 | 1000111 |
Color Harmonies of #F27A7D
Complementary color
Monochromatic Colors of #F27A7D
Black with #F27A7D
Text Example
Text Example
White with #F27A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A7D; }
p { color: rgb(242,122,125); }
H1.HeaderClassName
{
color: #F27A7D;
}
.AnyTagClassName
{
color: #F27A7D;
}
</style>
background-color css
<style>
a { background-color: #F27A7D; }
a { background-color: rgb(242,122,125); }
div.DivClassName
{
background-color: #F27A7D;
}
.BgClassName
{
background-color: #F27A7D;
}
</style>
border-color css
<style>
span { border-color: #F27A7D; }
span { border-color: rgb(242,122,125); }
td.TdClassName
{
border-color: #F27A7D;
}
.TagClassName
{
border-color: #F27A7D;
}
</style>