Shades of Froly #F2757C
Tints of Froly #F2757C
RGB
CMYK
RGB Variations
Color information
#F2757C (or 0xF2757C) is known color: Froly. HEX triplet: F2, 75 and 7C. RGB value is (242,117,124). Sum of RGB (Red+Green+Blue) = 242+117+124=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757C is #0D8A83. Grayscale: #9B9B9B. Windows color (decimal): -887428 or 8156658. OLE color: 8156658.
HSL color Cylindrical-coordinate representation of color #F2757C: hue angle of 356.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2757C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 124 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.05 |
| HSL | 356.64º | 0.83% | 0.7% | - |
| HSV(B) | 356.64º | 0.52% | 0.95% | - |
| XYZ | 46.62 | 33.06 | 22.99 | - |
| YUV | 155.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 124 | 0 | 0.52 | 0.49 | 0.05 | 356.64 | 0.83 | 0.7 |
| Hex | F2 | 75 | 7C | 0 | 34 | 31 | 5 | 165 | 53 | 46 |
| Octal | 362 | 165 | 174 | 0 | 64 | 61 | 5 | 545 | 123 | 106 |
| Binary | 11110010 | 1110101 | 1111100 | 0 | 110100 | 110001 | 101 | 101100101 | 1010011 | 1000110 |
Color Harmonies of #F2757C
Complementary color
Monochromatic Colors of #F2757C
Black with #F2757C
Text Example
Text Example
White with #F2757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2757C; }
p { color: rgb(242,117,124); }
H1.HeaderClassName
{
color: #F2757C;
}
.AnyTagClassName
{
color: #F2757C;
}
</style>
background-color css
<style>
a { background-color: #F2757C; }
a { background-color: rgb(242,117,124); }
div.DivClassName
{
background-color: #F2757C;
}
.BgClassName
{
background-color: #F2757C;
}
</style>
border-color css
<style>
span { border-color: #F2757C; }
span { border-color: rgb(242,117,124); }
td.TdClassName
{
border-color: #F2757C;
}
.TagClassName
{
border-color: #F2757C;
}
</style>