Shades of Froly #F36F7C
Tints of Froly #F36F7C
RGB
CMYK
RGB Variations
Color information
#F36F7C (or 0xF36F7C) is known color: Froly. HEX triplet: F3, 6F and 7C. RGB value is (243,111,124). Sum of RGB (Red+Green+Blue) = 243+111+124=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F7C is #0C9083. Grayscale: #989898. Windows color (decimal): -823428 or 8155123. OLE color: 8155123.
HSL color Cylindrical-coordinate representation of color #F36F7C: hue angle of 354.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F7C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 124 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 354.09º | 0.85% | 0.69% | - |
| HSV(B) | 354.09º | 0.54% | 0.95% | - |
| XYZ | 46.28 | 31.88 | 22.78 | - |
| YUV | 151.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 124 | 0 | 0.54 | 0.49 | 0.05 | 354.09 | 0.85 | 0.69 |
| Hex | F3 | 6F | 7C | 0 | 36 | 31 | 5 | 162 | 55 | 45 |
| Octal | 363 | 157 | 174 | 0 | 66 | 61 | 5 | 542 | 125 | 105 |
| Binary | 11110011 | 1101111 | 1111100 | 0 | 110110 | 110001 | 101 | 101100010 | 1010101 | 1000101 |
Color Harmonies of #F36F7C
Complementary color
Monochromatic Colors of #F36F7C
Black with #F36F7C
Text Example
Text Example
White with #F36F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F7C; }
p { color: rgb(243,111,124); }
H1.HeaderClassName
{
color: #F36F7C;
}
.AnyTagClassName
{
color: #F36F7C;
}
</style>
background-color css
<style>
a { background-color: #F36F7C; }
a { background-color: rgb(243,111,124); }
div.DivClassName
{
background-color: #F36F7C;
}
.BgClassName
{
background-color: #F36F7C;
}
</style>
border-color css
<style>
span { border-color: #F36F7C; }
span { border-color: rgb(243,111,124); }
td.TdClassName
{
border-color: #F36F7C;
}
.TagClassName
{
border-color: #F36F7C;
}
</style>