Shades of Persian Rose #F3299A
Tints of Persian Rose #F3299A
RGB
CMYK
RGB Variations
Color information
#F3299A (or 0xF3299A) is known color: Persian Rose. HEX triplet: F3, 29 and 9A. RGB value is (243,41,154). Sum of RGB (Red+Green+Blue) = 243+41+154=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3299A is #0CD665. Grayscale: #727272. Windows color (decimal): -841318 or 10103283. OLE color: 10103283.
HSL color Cylindrical-coordinate representation of color #F3299A: hue angle of 326.44º 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 #F3299A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 154 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.05 |
| HSL | 326.44º | 0.89% | 0.56% | - |
| HSV(B) | 326.44º | 0.83% | 0.95% | - |
| XYZ | 43.59 | 22.97 | 32.71 | - |
| YUV | 114.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 154 | 0 | 0.83 | 0.37 | 0.05 | 326.44 | 0.89 | 0.56 |
| Hex | F3 | 29 | 9A | 0 | 53 | 25 | 5 | 146 | 59 | 38 |
| Octal | 363 | 51 | 232 | 0 | 123 | 45 | 5 | 506 | 131 | 70 |
| Binary | 11110011 | 101001 | 10011010 | 0 | 1010011 | 100101 | 101 | 101000110 | 1011001 | 111000 |
Color Harmonies of #F3299A
Complementary color
Monochromatic Colors of #F3299A
Black with #F3299A
Text Example
Text Example
White with #F3299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3299A; }
p { color: rgb(243,41,154); }
H1.HeaderClassName
{
color: #F3299A;
}
.AnyTagClassName
{
color: #F3299A;
}
</style>
background-color css
<style>
a { background-color: #F3299A; }
a { background-color: rgb(243,41,154); }
div.DivClassName
{
background-color: #F3299A;
}
.BgClassName
{
background-color: #F3299A;
}
</style>
border-color css
<style>
span { border-color: #F3299A; }
span { border-color: rgb(243,41,154); }
td.TdClassName
{
border-color: #F3299A;
}
.TagClassName
{
border-color: #F3299A;
}
</style>