Shades of Froly #FC6F73
Tints of Froly #FC6F73
RGB
CMYK
RGB Variations
Color information
#FC6F73 (or 0xFC6F73) is known color: Froly. HEX triplet: FC, 6F and 73. RGB value is (252,111,115). Sum of RGB (Red+Green+Blue) = 252+111+115=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F73 is #03908C. Grayscale: #999999. Windows color (decimal): -233613 or 7565308. OLE color: 7565308.
HSL color Cylindrical-coordinate representation of color #FC6F73: hue angle of 358.3º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6F73 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 115 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.01 |
| HSL | 358.3º | 0.96% | 0.71% | - |
| HSV(B) | 358.3º | 0.56% | 0.99% | - |
| XYZ | 48.92 | 33.3 | 20.07 | - |
| YUV | 153.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 115 | 0 | 0.56 | 0.54 | 0.01 | 358.3 | 0.96 | 0.71 |
| Hex | FC | 6F | 73 | 0 | 38 | 36 | 1 | 166 | 60 | 47 |
| Octal | 374 | 157 | 163 | 0 | 70 | 66 | 1 | 546 | 140 | 107 |
| Binary | 11111100 | 1101111 | 1110011 | 0 | 111000 | 110110 | 1 | 101100110 | 1100000 | 1000111 |
Color Harmonies of #FC6F73
Complementary color
Monochromatic Colors of #FC6F73
Black with #FC6F73
Text Example
Text Example
White with #FC6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6F73; }
p { color: rgb(252,111,115); }
H1.HeaderClassName
{
color: #FC6F73;
}
.AnyTagClassName
{
color: #FC6F73;
}
</style>
background-color css
<style>
a { background-color: #FC6F73; }
a { background-color: rgb(252,111,115); }
div.DivClassName
{
background-color: #FC6F73;
}
.BgClassName
{
background-color: #FC6F73;
}
</style>
border-color css
<style>
span { border-color: #FC6F73; }
span { border-color: rgb(252,111,115); }
td.TdClassName
{
border-color: #FC6F73;
}
.TagClassName
{
border-color: #FC6F73;
}
</style>