Shades of Froly #F36C78
Tints of Froly #F36C78
RGB
CMYK
RGB Variations
Color information
#F36C78 (or 0xF36C78) is known color: Froly. HEX triplet: F3, 6C and 78. RGB value is (243,108,120). Sum of RGB (Red+Green+Blue) = 243+108+120=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36C78 is #0C9387. Grayscale: #959595. Windows color (decimal): -824200 or 7892211. OLE color: 7892211.
HSL color Cylindrical-coordinate representation of color #F36C78: hue angle of 354.67º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36C78 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 120 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.05 |
| HSL | 354.67º | 0.85% | 0.69% | - |
| HSV(B) | 354.67º | 0.56% | 0.95% | - |
| XYZ | 45.71 | 31.14 | 21.37 | - |
| YUV | 149.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 120 | 0 | 0.56 | 0.51 | 0.05 | 354.67 | 0.85 | 0.69 |
| Hex | F3 | 6C | 78 | 0 | 38 | 33 | 5 | 163 | 55 | 45 |
| Octal | 363 | 154 | 170 | 0 | 70 | 63 | 5 | 543 | 125 | 105 |
| Binary | 11110011 | 1101100 | 1111000 | 0 | 111000 | 110011 | 101 | 101100011 | 1010101 | 1000101 |
Color Harmonies of #F36C78
Complementary color
Monochromatic Colors of #F36C78
Black with #F36C78
Text Example
Text Example
White with #F36C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C78; }
p { color: rgb(243,108,120); }
H1.HeaderClassName
{
color: #F36C78;
}
.AnyTagClassName
{
color: #F36C78;
}
</style>
background-color css
<style>
a { background-color: #F36C78; }
a { background-color: rgb(243,108,120); }
div.DivClassName
{
background-color: #F36C78;
}
.BgClassName
{
background-color: #F36C78;
}
</style>
border-color css
<style>
span { border-color: #F36C78; }
span { border-color: rgb(243,108,120); }
td.TdClassName
{
border-color: #F36C78;
}
.TagClassName
{
border-color: #F36C78;
}
</style>