Shades of Persimmon #F15F15
Tints of Persimmon #F15F15
RGB
CMYK
RGB Variations
Color information
#F15F15 (or 0xF15F15) is known color: Persimmon. HEX triplet: F1, 5F and 15. RGB value is (241,95,21). Sum of RGB (Red+Green+Blue) = 241+95+21=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F15 is #0EA0EA. Grayscale: #828282. Windows color (decimal): -958699 or 1400817. OLE color: 1400817.
HSL color Cylindrical-coordinate representation of color #F15F15: hue angle of 20.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F15F15 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.05 |
| HSL | 20.18º | 0.89% | 0.51% | - |
| HSV(B) | 20.18º | 0.91% | 0.95% | - |
| XYZ | 40.5 | 26.94 | 3.77 | - |
| YUV | 130.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 21 | 0 | 0.61 | 0.91 | 0.05 | 20.18 | 0.89 | 0.51 |
| Hex | F1 | 5F | 15 | 0 | 3D | 5B | 5 | 14 | 59 | 33 |
| Octal | 361 | 137 | 25 | 0 | 75 | 133 | 5 | 24 | 131 | 63 |
| Binary | 11110001 | 1011111 | 10101 | 0 | 111101 | 1011011 | 101 | 10100 | 1011001 | 110011 |
Color Harmonies of #F15F15
Complementary color
Monochromatic Colors of #F15F15
Black with #F15F15
Text Example
Text Example
White with #F15F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F15; }
p { color: rgb(241,95,21); }
H1.HeaderClassName
{
color: #F15F15;
}
.AnyTagClassName
{
color: #F15F15;
}
</style>
background-color css
<style>
a { background-color: #F15F15; }
a { background-color: rgb(241,95,21); }
div.DivClassName
{
background-color: #F15F15;
}
.BgClassName
{
background-color: #F15F15;
}
</style>
border-color css
<style>
span { border-color: #F15F15; }
span { border-color: rgb(241,95,21); }
td.TdClassName
{
border-color: #F15F15;
}
.TagClassName
{
border-color: #F15F15;
}
</style>