Shades of Persian Rose #F3299C
Tints of Persian Rose #F3299C
RGB
CMYK
RGB Variations
Color information
#F3299C (or 0xF3299C) is known color: Persian Rose. HEX triplet: F3, 29 and 9C. RGB value is (243,41,156). Sum of RGB (Red+Green+Blue) = 243+41+156=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3299C is #0CD663. Grayscale: #727272. Windows color (decimal): -841316 or 10234355. OLE color: 10234355.
HSL color Cylindrical-coordinate representation of color #F3299C: hue angle of 325.84º 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 #F3299C is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 41 | 156 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.05 |
| HSL | 325.84º | 0.89% | 0.56% | - |
| HSV(B) | 325.84º | 0.83% | 0.95% | - |
| XYZ | 43.76 | 23.04 | 33.59 | - |
| YUV | 114.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 41 | 156 | 0 | 0.83 | 0.36 | 0.05 | 325.84 | 0.89 | 0.56 |
| Hex | F3 | 29 | 9C | 0 | 53 | 24 | 5 | 146 | 59 | 38 |
| Octal | 363 | 51 | 234 | 0 | 123 | 44 | 5 | 506 | 131 | 70 |
| Binary | 11110011 | 101001 | 10011100 | 0 | 1010011 | 100100 | 101 | 101000110 | 1011001 | 111000 |
Color Harmonies of #F3299C
Complementary color
Monochromatic Colors of #F3299C
Black with #F3299C
Text Example
Text Example
White with #F3299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3299C; }
p { color: rgb(243,41,156); }
H1.HeaderClassName
{
color: #F3299C;
}
.AnyTagClassName
{
color: #F3299C;
}
</style>
background-color css
<style>
a { background-color: #F3299C; }
a { background-color: rgb(243,41,156); }
div.DivClassName
{
background-color: #F3299C;
}
.BgClassName
{
background-color: #F3299C;
}
</style>
border-color css
<style>
span { border-color: #F3299C; }
span { border-color: rgb(243,41,156); }
td.TdClassName
{
border-color: #F3299C;
}
.TagClassName
{
border-color: #F3299C;
}
</style>