Shades of Persimmon #F25115
Tints of Persimmon #F25115
RGB
CMYK
RGB Variations
Color information
#F25115 (or 0xF25115) is known color: Persimmon. HEX triplet: F2, 51 and 15. RGB value is (242,81,21). Sum of RGB (Red+Green+Blue) = 242+81+21=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25115 is #0DAEEA. Grayscale: #7A7A7A. Windows color (decimal): -896747 or 1397234. OLE color: 1397234.
HSL color Cylindrical-coordinate representation of color #F25115: hue angle of 16.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25115 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.05 |
| HSL | 16.29º | 0.89% | 0.52% | - |
| HSV(B) | 16.29º | 0.91% | 0.95% | - |
| XYZ | 39.7 | 24.82 | 3.41 | - |
| YUV | 122.3 | 70.84 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 21 | 0 | 0.67 | 0.91 | 0.05 | 16.29 | 0.89 | 0.52 |
| Hex | F2 | 51 | 15 | 0 | 43 | 5B | 5 | 10 | 59 | 34 |
| Octal | 362 | 121 | 25 | 0 | 103 | 133 | 5 | 20 | 131 | 64 |
| Binary | 11110010 | 1010001 | 10101 | 0 | 1000011 | 1011011 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F25115
Complementary color
Monochromatic Colors of #F25115
Black with #F25115
Text Example
Text Example
White with #F25115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25115; }
p { color: rgb(242,81,21); }
H1.HeaderClassName
{
color: #F25115;
}
.AnyTagClassName
{
color: #F25115;
}
</style>
background-color css
<style>
a { background-color: #F25115; }
a { background-color: rgb(242,81,21); }
div.DivClassName
{
background-color: #F25115;
}
.BgClassName
{
background-color: #F25115;
}
</style>
border-color css
<style>
span { border-color: #F25115; }
span { border-color: rgb(242,81,21); }
td.TdClassName
{
border-color: #F25115;
}
.TagClassName
{
border-color: #F25115;
}
</style>