Shades of Persian Rose #F3289C
Tints of Persian Rose #F3289C
RGB
CMYK
RGB Variations
Color information
#F3289C (or 0xF3289C) is known color: Persian Rose. HEX triplet: F3, 28 and 9C. RGB value is (243,40,156). Sum of RGB (Red+Green+Blue) = 243+40+156=439 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.35% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 243 - color contains mainly: red. Hex color #F3289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3289C is #0CD763. Grayscale: #717171. Windows color (decimal): -841572 or 10234099. OLE color: 10234099.
HSL color Cylindrical-coordinate representation of color #F3289C: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3289C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 156 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.05 |
| HSL | 325.71º | 0.89% | 0.55% | - |
| HSV(B) | 325.71º | 0.84% | 0.95% | - |
| XYZ | 43.72 | 22.97 | 33.58 | - |
| YUV | 113.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 156 | 0 | 0.84 | 0.36 | 0.05 | 325.71 | 0.89 | 0.55 |
| Hex | F3 | 28 | 9C | 0 | 54 | 24 | 5 | 146 | 59 | 37 |
| Octal | 363 | 50 | 234 | 0 | 124 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110011 | 101000 | 10011100 | 0 | 1010100 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F3289C
Complementary color
Monochromatic Colors of #F3289C
Black with #F3289C
Text Example
Text Example
White with #F3289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3289C; }
p { color: rgb(243,40,156); }
H1.HeaderClassName
{
color: #F3289C;
}
.AnyTagClassName
{
color: #F3289C;
}
</style>
background-color css
<style>
a { background-color: #F3289C; }
a { background-color: rgb(243,40,156); }
div.DivClassName
{
background-color: #F3289C;
}
.BgClassName
{
background-color: #F3289C;
}
</style>
border-color css
<style>
span { border-color: #F3289C; }
span { border-color: rgb(243,40,156); }
td.TdClassName
{
border-color: #F3289C;
}
.TagClassName
{
border-color: #F3289C;
}
</style>