Shades of Froly #F36F7D
Tints of Froly #F36F7D
RGB
CMYK
RGB Variations
Color information
#F36F7D (or 0xF36F7D) is known color: Froly. HEX triplet: F3, 6F and 7D. RGB value is (243,111,125). Sum of RGB (Red+Green+Blue) = 243+111+125=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F7D is #0C9082. Grayscale: #989898. Windows color (decimal): -823427 or 8220659. OLE color: 8220659.
HSL color Cylindrical-coordinate representation of color #F36F7D: hue angle of 353.64º 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 #F36F7D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 125 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.05 |
| HSL | 353.64º | 0.85% | 0.69% | - |
| HSV(B) | 353.64º | 0.54% | 0.95% | - |
| XYZ | 46.35 | 31.9 | 23.12 | - |
| YUV | 152.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 125 | 0 | 0.54 | 0.49 | 0.05 | 353.64 | 0.85 | 0.69 |
| Hex | F3 | 6F | 7D | 0 | 36 | 31 | 5 | 162 | 55 | 45 |
| Octal | 363 | 157 | 175 | 0 | 66 | 61 | 5 | 542 | 125 | 105 |
| Binary | 11110011 | 1101111 | 1111101 | 0 | 110110 | 110001 | 101 | 101100010 | 1010101 | 1000101 |
Color Harmonies of #F36F7D
Complementary color
Monochromatic Colors of #F36F7D
Black with #F36F7D
Text Example
Text Example
White with #F36F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F7D; }
p { color: rgb(243,111,125); }
H1.HeaderClassName
{
color: #F36F7D;
}
.AnyTagClassName
{
color: #F36F7D;
}
</style>
background-color css
<style>
a { background-color: #F36F7D; }
a { background-color: rgb(243,111,125); }
div.DivClassName
{
background-color: #F36F7D;
}
.BgClassName
{
background-color: #F36F7D;
}
</style>
border-color css
<style>
span { border-color: #F36F7D; }
span { border-color: rgb(243,111,125); }
td.TdClassName
{
border-color: #F36F7D;
}
.TagClassName
{
border-color: #F36F7D;
}
</style>