Shades of Persian Rose #F3249C
Tints of Persian Rose #F3249C
RGB
CMYK
RGB Variations
Color information
#F3249C (or 0xF3249C) is known color: Persian Rose. HEX triplet: F3, 24 and 9C. RGB value is (243,36,156). Sum of RGB (Red+Green+Blue) = 243+36+156=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3249C is #0CDB63. Grayscale: #6F6F6F. Windows color (decimal): -842596 or 10233075. OLE color: 10233075.
HSL color Cylindrical-coordinate representation of color #F3249C: hue angle of 325.22º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3249C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 156 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.05 |
| HSL | 325.22º | 0.9% | 0.55% | - |
| HSV(B) | 325.22º | 0.85% | 0.95% | - |
| XYZ | 43.59 | 22.72 | 33.54 | - |
| YUV | 111.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 156 | 0 | 0.85 | 0.36 | 0.05 | 325.22 | 0.9 | 0.55 |
| Hex | F3 | 24 | 9C | 0 | 55 | 24 | 5 | 145 | 5A | 37 |
| Octal | 363 | 44 | 234 | 0 | 125 | 44 | 5 | 505 | 132 | 67 |
| Binary | 11110011 | 100100 | 10011100 | 0 | 1010101 | 100100 | 101 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F3249C
Complementary color
Monochromatic Colors of #F3249C
Black with #F3249C
Text Example
Text Example
White with #F3249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3249C; }
p { color: rgb(243,36,156); }
H1.HeaderClassName
{
color: #F3249C;
}
.AnyTagClassName
{
color: #F3249C;
}
</style>
background-color css
<style>
a { background-color: #F3249C; }
a { background-color: rgb(243,36,156); }
div.DivClassName
{
background-color: #F3249C;
}
.BgClassName
{
background-color: #F3249C;
}
</style>
border-color css
<style>
span { border-color: #F3249C; }
span { border-color: rgb(243,36,156); }
td.TdClassName
{
border-color: #F3249C;
}
.TagClassName
{
border-color: #F3249C;
}
</style>