Shades of Froly #F2757A
Tints of Froly #F2757A
RGB
CMYK
RGB Variations
Color information
#F2757A (or 0xF2757A) is known color: Froly. HEX triplet: F2, 75 and 7A. RGB value is (242,117,122). Sum of RGB (Red+Green+Blue) = 242+117+122=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757A is #0D8A85. Grayscale: #9B9B9B. Windows color (decimal): -887430 or 8025586. OLE color: 8025586.
HSL color Cylindrical-coordinate representation of color #F2757A: hue angle of 357.6º 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 #F2757A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 122 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.05 |
| HSL | 357.6º | 0.83% | 0.7% | - |
| HSV(B) | 357.6º | 0.52% | 0.95% | - |
| XYZ | 46.49 | 33 | 22.33 | - |
| YUV | 154.95 | 109.41 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 122 | 0 | 0.52 | 0.50 | 0.05 | 357.6 | 0.83 | 0.7 |
| Hex | F2 | 75 | 7A | 0 | 34 | 32 | 5 | 166 | 53 | 46 |
| Octal | 362 | 165 | 172 | 0 | 64 | 62 | 5 | 546 | 123 | 106 |
| Binary | 11110010 | 1110101 | 1111010 | 0 | 110100 | 110010 | 101 | 101100110 | 1010011 | 1000110 |
Color Harmonies of #F2757A
Complementary color
Monochromatic Colors of #F2757A
Black with #F2757A
Text Example
Text Example
White with #F2757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2757A; }
p { color: rgb(242,117,122); }
H1.HeaderClassName
{
color: #F2757A;
}
.AnyTagClassName
{
color: #F2757A;
}
</style>
background-color css
<style>
a { background-color: #F2757A; }
a { background-color: rgb(242,117,122); }
div.DivClassName
{
background-color: #F2757A;
}
.BgClassName
{
background-color: #F2757A;
}
</style>
border-color css
<style>
span { border-color: #F2757A; }
span { border-color: rgb(242,117,122); }
td.TdClassName
{
border-color: #F2757A;
}
.TagClassName
{
border-color: #F2757A;
}
</style>