Shades of Persian Rose #F0299B
Tints of Persian Rose #F0299B
RGB
CMYK
RGB Variations
Color information
#F0299B (or 0xF0299B) is known color: Persian Rose. HEX triplet: F0, 29 and 9B. RGB value is (240,41,155). Sum of RGB (Red+Green+Blue) = 240+41+155=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0299B is #0FD664. Grayscale: #717171. Windows color (decimal): -1037925 or 10168816. OLE color: 10168816.
HSL color Cylindrical-coordinate representation of color #F0299B: hue angle of 325.63º 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 #F0299B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 41 | 155 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.06 |
| HSL | 325.63º | 0.87% | 0.55% | - |
| HSV(B) | 325.63º | 0.83% | 0.94% | - |
| XYZ | 42.64 | 22.48 | 33.1 | - |
| YUV | 113.5 | 151.43 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 41 | 155 | 0 | 0.83 | 0.35 | 0.06 | 325.63 | 0.87 | 0.55 |
| Hex | F0 | 29 | 9B | 0 | 53 | 23 | 6 | 146 | 57 | 37 |
| Octal | 360 | 51 | 233 | 0 | 123 | 43 | 6 | 506 | 127 | 67 |
| Binary | 11110000 | 101001 | 10011011 | 0 | 1010011 | 100011 | 110 | 101000110 | 1010111 | 110111 |
Color Harmonies of #F0299B
Complementary color
Monochromatic Colors of #F0299B
Black with #F0299B
Text Example
Text Example
White with #F0299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0299B; }
p { color: rgb(240,41,155); }
H1.HeaderClassName
{
color: #F0299B;
}
.AnyTagClassName
{
color: #F0299B;
}
</style>
background-color css
<style>
a { background-color: #F0299B; }
a { background-color: rgb(240,41,155); }
div.DivClassName
{
background-color: #F0299B;
}
.BgClassName
{
background-color: #F0299B;
}
</style>
border-color css
<style>
span { border-color: #F0299B; }
span { border-color: rgb(240,41,155); }
td.TdClassName
{
border-color: #F0299B;
}
.TagClassName
{
border-color: #F0299B;
}
</style>