Shades of Froly #F66F7B
Tints of Froly #F66F7B
RGB
CMYK
RGB Variations
Color information
#F66F7B (or 0xF66F7B) is known color: Froly. HEX triplet: F6, 6F and 7B. RGB value is (246,111,123). Sum of RGB (Red+Green+Blue) = 246+111+123=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F7B is #099084. Grayscale: #989898. Windows color (decimal): -626821 or 8089590. OLE color: 8089590.
HSL color Cylindrical-coordinate representation of color #F66F7B: hue angle of 354.67º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66F7B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 123 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.04 |
| HSL | 354.67º | 0.88% | 0.7% | - |
| HSV(B) | 354.67º | 0.55% | 0.96% | - |
| XYZ | 47.27 | 32.39 | 22.5 | - |
| YUV | 152.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 123 | 0 | 0.55 | 0.50 | 0.04 | 354.67 | 0.88 | 0.7 |
| Hex | F6 | 6F | 7B | 0 | 37 | 32 | 4 | 163 | 58 | 46 |
| Octal | 366 | 157 | 173 | 0 | 67 | 62 | 4 | 543 | 130 | 106 |
| Binary | 11110110 | 1101111 | 1111011 | 0 | 110111 | 110010 | 100 | 101100011 | 1011000 | 1000110 |
Color Harmonies of #F66F7B
Complementary color
Monochromatic Colors of #F66F7B
Black with #F66F7B
Text Example
Text Example
White with #F66F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F7B; }
p { color: rgb(246,111,123); }
H1.HeaderClassName
{
color: #F66F7B;
}
.AnyTagClassName
{
color: #F66F7B;
}
</style>
background-color css
<style>
a { background-color: #F66F7B; }
a { background-color: rgb(246,111,123); }
div.DivClassName
{
background-color: #F66F7B;
}
.BgClassName
{
background-color: #F66F7B;
}
</style>
border-color css
<style>
span { border-color: #F66F7B; }
span { border-color: rgb(246,111,123); }
td.TdClassName
{
border-color: #F66F7B;
}
.TagClassName
{
border-color: #F66F7B;
}
</style>