Shades of Froly #F36F7A
Tints of Froly #F36F7A
RGB
CMYK
RGB Variations
Color information
#F36F7A (or 0xF36F7A) is known color: Froly. HEX triplet: F3, 6F and 7A. RGB value is (243,111,122). Sum of RGB (Red+Green+Blue) = 243+111+122=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F36F7A is #0C9085. Grayscale: #979797. Windows color (decimal): -823430 or 8024051. OLE color: 8024051.
HSL color Cylindrical-coordinate representation of color #F36F7A: hue angle of 355º 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 #F36F7A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 122 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.05 |
| HSL | 355º | 0.85% | 0.69% | - |
| HSV(B) | 355º | 0.54% | 0.95% | - |
| XYZ | 46.16 | 31.83 | 22.12 | - |
| YUV | 151.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 122 | 0 | 0.54 | 0.50 | 0.05 | 355 | 0.85 | 0.69 |
| Hex | F3 | 6F | 7A | 0 | 36 | 32 | 5 | 163 | 55 | 45 |
| Octal | 363 | 157 | 172 | 0 | 66 | 62 | 5 | 543 | 125 | 105 |
| Binary | 11110011 | 1101111 | 1111010 | 0 | 110110 | 110010 | 101 | 101100011 | 1010101 | 1000101 |
Color Harmonies of #F36F7A
Complementary color
Monochromatic Colors of #F36F7A
Black with #F36F7A
Text Example
Text Example
White with #F36F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F7A; }
p { color: rgb(243,111,122); }
H1.HeaderClassName
{
color: #F36F7A;
}
.AnyTagClassName
{
color: #F36F7A;
}
</style>
background-color css
<style>
a { background-color: #F36F7A; }
a { background-color: rgb(243,111,122); }
div.DivClassName
{
background-color: #F36F7A;
}
.BgClassName
{
background-color: #F36F7A;
}
</style>
border-color css
<style>
span { border-color: #F36F7A; }
span { border-color: rgb(243,111,122); }
td.TdClassName
{
border-color: #F36F7A;
}
.TagClassName
{
border-color: #F36F7A;
}
</style>