Shades of Persian Rose #F02895
Tints of Persian Rose #F02895
RGB
CMYK
RGB Variations
Color information
#F02895 (or 0xF02895) is known color: Persian Rose. HEX triplet: F0, 28 and 95. RGB value is (240,40,149). Sum of RGB (Red+Green+Blue) = 240+40+149=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F02895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02895 is #0FD76A. Grayscale: #6F6F6F. Windows color (decimal): -1038187 or 9775344. OLE color: 9775344.
HSL color Cylindrical-coordinate representation of color #F02895: hue angle of 327.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02895 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 149 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.06 |
| HSL | 327.3º | 0.87% | 0.55% | - |
| HSV(B) | 327.3º | 0.83% | 0.94% | - |
| XYZ | 42.12 | 22.21 | 30.5 | - |
| YUV | 112.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 149 | 0 | 0.83 | 0.38 | 0.06 | 327.3 | 0.87 | 0.55 |
| Hex | F0 | 28 | 95 | 0 | 53 | 26 | 6 | 147 | 57 | 37 |
| Octal | 360 | 50 | 225 | 0 | 123 | 46 | 6 | 507 | 127 | 67 |
| Binary | 11110000 | 101000 | 10010101 | 0 | 1010011 | 100110 | 110 | 101000111 | 1010111 | 110111 |
Color Harmonies of #F02895
Complementary color
Monochromatic Colors of #F02895
Black with #F02895
Text Example
Text Example
White with #F02895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02895; }
p { color: rgb(240,40,149); }
H1.HeaderClassName
{
color: #F02895;
}
.AnyTagClassName
{
color: #F02895;
}
</style>
background-color css
<style>
a { background-color: #F02895; }
a { background-color: rgb(240,40,149); }
div.DivClassName
{
background-color: #F02895;
}
.BgClassName
{
background-color: #F02895;
}
</style>
border-color css
<style>
span { border-color: #F02895; }
span { border-color: rgb(240,40,149); }
td.TdClassName
{
border-color: #F02895;
}
.TagClassName
{
border-color: #F02895;
}
</style>