Shades of Persian Rose #F03BA9
Tints of Persian Rose #F03BA9
RGB
CMYK
RGB Variations
Color information
#F03BA9 (or 0xF03BA9) is known color: Persian Rose. HEX triplet: F0, 3B and A9. RGB value is (240,59,169). Sum of RGB (Red+Green+Blue) = 240+59+169=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03BA9 is #0FC456. Grayscale: #7D7D7D. Windows color (decimal): -1033303 or 11090928. OLE color: 11090928.
HSL color Cylindrical-coordinate representation of color #F03BA9: hue angle of 323.54º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03BA9 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 169 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.06 |
| HSL | 323.54º | 0.86% | 0.59% | - |
| HSV(B) | 323.54º | 0.75% | 0.94% | - |
| XYZ | 44.66 | 24.52 | 39.91 | - |
| YUV | 125.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 169 | 0 | 0.75 | 0.30 | 0.06 | 323.54 | 0.86 | 0.59 |
| Hex | F0 | 3B | A9 | 0 | 4B | 1E | 6 | 144 | 56 | 3B |
| Octal | 360 | 73 | 251 | 0 | 113 | 36 | 6 | 504 | 126 | 73 |
| Binary | 11110000 | 111011 | 10101001 | 0 | 1001011 | 11110 | 110 | 101000100 | 1010110 | 111011 |
Color Harmonies of #F03BA9
Complementary color
Monochromatic Colors of #F03BA9
Black with #F03BA9
Text Example
Text Example
White with #F03BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03BA9; }
p { color: rgb(240,59,169); }
H1.HeaderClassName
{
color: #F03BA9;
}
.AnyTagClassName
{
color: #F03BA9;
}
</style>
background-color css
<style>
a { background-color: #F03BA9; }
a { background-color: rgb(240,59,169); }
div.DivClassName
{
background-color: #F03BA9;
}
.BgClassName
{
background-color: #F03BA9;
}
</style>
border-color css
<style>
span { border-color: #F03BA9; }
span { border-color: rgb(240,59,169); }
td.TdClassName
{
border-color: #F03BA9;
}
.TagClassName
{
border-color: #F03BA9;
}
</style>