Shades of Froly #F97B7D
Tints of Froly #F97B7D
RGB
CMYK
RGB Variations
Color information
#F97B7D (or 0xF97B7D) is known color: Froly. HEX triplet: F9, 7B and 7D. RGB value is (249,123,125). Sum of RGB (Red+Green+Blue) = 249+123+125=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B7D is #068482. Grayscale: #A1A1A1. Windows color (decimal): -427139 or 8223737. OLE color: 8223737.
HSL color Cylindrical-coordinate representation of color #F97B7D: hue angle of 359.05º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97B7D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 123 | 125 | - |
CMYK | 0 | 0.51 | 0.50 | 0.02 |
HSL | 359.05º | 0.91% | 0.73% | - |
HSV(B) | 359.05º | 0.51% | 0.98% | - |
XYZ | 49.85 | 35.79 | 23.68 | - |
YUV | 160.9 | 107.74 | 190.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 123 | 125 | 0 | 0.51 | 0.50 | 0.02 | 359.05 | 0.91 | 0.73 |
Hex | F9 | 7B | 7D | 0 | 33 | 32 | 2 | 167 | 5B | 49 |
Octal | 371 | 173 | 175 | 0 | 63 | 62 | 2 | 547 | 133 | 111 |
Binary | 11111001 | 1111011 | 1111101 | 0 | 110011 | 110010 | 10 | 101100111 | 1011011 | 1001001 |
Color Harmonies of #F97B7D
Complementary color
Monochromatic Colors of #F97B7D
Black with #F97B7D
Text Example
Text Example
White with #F97B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97B7D; }
p { color: rgb(249,123,125); }
H1.HeaderClassName
{
color: #F97B7D;
}
.AnyTagClassName
{
color: #F97B7D;
}
</style>
background-color css
<style>
a { background-color: #F97B7D; }
a { background-color: rgb(249,123,125); }
div.DivClassName
{
background-color: #F97B7D;
}
.BgClassName
{
background-color: #F97B7D;
}
</style>
border-color css
<style>
span { border-color: #F97B7D; }
span { border-color: rgb(249,123,125); }
td.TdClassName
{
border-color: #F97B7D;
}
.TagClassName
{
border-color: #F97B7D;
}
</style>