Shades of Persian Rose #F3299E
Tints of Persian Rose #F3299E
RGB
CMYK
RGB Variations
Color information
#F3299E (or 0xF3299E) is known color: Persian Rose. HEX triplet: F3, 29 and 9E. RGB value is (243,41,158). Sum of RGB (Red+Green+Blue) = 243+41+158=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F3299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3299E is #0CD661. Grayscale: #727272. Windows color (decimal): -841314 or 10365427. OLE color: 10365427.
HSL color Cylindrical-coordinate representation of color #F3299E: hue angle of 325.25º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3299E is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 158 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.05 |
| HSL | 325.25º | 0.89% | 0.56% | - |
| HSV(B) | 325.25º | 0.83% | 0.95% | - |
| XYZ | 43.93 | 23.11 | 34.49 | - |
| YUV | 114.74 | 152.42 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 158 | 0 | 0.83 | 0.35 | 0.05 | 325.25 | 0.89 | 0.56 |
| Hex | F3 | 29 | 9E | 0 | 53 | 23 | 5 | 145 | 59 | 38 |
| Octal | 363 | 51 | 236 | 0 | 123 | 43 | 5 | 505 | 131 | 70 |
| Binary | 11110011 | 101001 | 10011110 | 0 | 1010011 | 100011 | 101 | 101000101 | 1011001 | 111000 |
Color Harmonies of #F3299E
Complementary color
Monochromatic Colors of #F3299E
Black with #F3299E
Text Example
Text Example
White with #F3299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3299E; }
p { color: rgb(243,41,158); }
H1.HeaderClassName
{
color: #F3299E;
}
.AnyTagClassName
{
color: #F3299E;
}
</style>
background-color css
<style>
a { background-color: #F3299E; }
a { background-color: rgb(243,41,158); }
div.DivClassName
{
background-color: #F3299E;
}
.BgClassName
{
background-color: #F3299E;
}
</style>
border-color css
<style>
span { border-color: #F3299E; }
span { border-color: rgb(243,41,158); }
td.TdClassName
{
border-color: #F3299E;
}
.TagClassName
{
border-color: #F3299E;
}
</style>