Shades of Froly #F06273
Tints of Froly #F06273
RGB
CMYK
RGB Variations
Color information
#F06273 (or 0xF06273) is known color: Froly. HEX triplet: F0, 62 and 73. RGB value is (240,98,115). Sum of RGB (Red+Green+Blue) = 240+98+115=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F06273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06273 is #0F9D8C. Grayscale: #8E8E8E. Windows color (decimal): -1023373 or 7561968. OLE color: 7561968.
HSL color Cylindrical-coordinate representation of color #F06273: hue angle of 352.82º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F06273 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 115 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.06 |
| HSL | 352.82º | 0.83% | 0.66% | - |
| HSV(B) | 352.82º | 0.59% | 0.94% | - |
| XYZ | 43.4 | 28.5 | 19.43 | - |
| YUV | 142.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 115 | 0 | 0.59 | 0.52 | 0.06 | 352.82 | 0.83 | 0.66 |
| Hex | F0 | 62 | 73 | 0 | 3B | 34 | 6 | 161 | 53 | 42 |
| Octal | 360 | 142 | 163 | 0 | 73 | 64 | 6 | 541 | 123 | 102 |
| Binary | 11110000 | 1100010 | 1110011 | 0 | 111011 | 110100 | 110 | 101100001 | 1010011 | 1000010 |
Color Harmonies of #F06273
Complementary color
Monochromatic Colors of #F06273
Black with #F06273
Text Example
Text Example
White with #F06273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06273; }
p { color: rgb(240,98,115); }
H1.HeaderClassName
{
color: #F06273;
}
.AnyTagClassName
{
color: #F06273;
}
</style>
background-color css
<style>
a { background-color: #F06273; }
a { background-color: rgb(240,98,115); }
div.DivClassName
{
background-color: #F06273;
}
.BgClassName
{
background-color: #F06273;
}
</style>
border-color css
<style>
span { border-color: #F06273; }
span { border-color: rgb(240,98,115); }
td.TdClassName
{
border-color: #F06273;
}
.TagClassName
{
border-color: #F06273;
}
</style>