Shades of Persimmon #F15003
Tints of Persimmon #F15003
RGB
CMYK
RGB Variations
Color information
#F15003 (or 0xF15003) is known color: Persimmon. HEX triplet: F1, 50 and 03. RGB value is (241,80,3). Sum of RGB (Red+Green+Blue) = 241+80+3=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F15003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15003 is #0EAFFC. Grayscale: #777777. Windows color (decimal): -962557 or 217329. OLE color: 217329.
HSL color Cylindrical-coordinate representation of color #F15003: hue angle of 19.41º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F15003 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.05 |
| HSL | 19.41º | 0.98% | 0.48% | - |
| HSV(B) | 19.41º | 0.99% | 0.95% | - |
| XYZ | 39.16 | 24.44 | 2.74 | - |
| YUV | 119.36 | 62.34 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 3 | 0 | 0.67 | 0.99 | 0.05 | 19.41 | 0.98 | 0.48 |
| Hex | F1 | 50 | 3 | 0 | 43 | 63 | 5 | 13 | 62 | 30 |
| Octal | 361 | 120 | 3 | 0 | 103 | 143 | 5 | 23 | 142 | 60 |
| Binary | 11110001 | 1010000 | 11 | 0 | 1000011 | 1100011 | 101 | 10011 | 1100010 | 110000 |
Color Harmonies of #F15003
Complementary color
Monochromatic Colors of #F15003
Black with #F15003
Text Example
Text Example
White with #F15003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15003; }
p { color: rgb(241,80,3); }
H1.HeaderClassName
{
color: #F15003;
}
.AnyTagClassName
{
color: #F15003;
}
</style>
background-color css
<style>
a { background-color: #F15003; }
a { background-color: rgb(241,80,3); }
div.DivClassName
{
background-color: #F15003;
}
.BgClassName
{
background-color: #F15003;
}
</style>
border-color css
<style>
span { border-color: #F15003; }
span { border-color: rgb(241,80,3); }
td.TdClassName
{
border-color: #F15003;
}
.TagClassName
{
border-color: #F15003;
}
</style>