Shades of Persian Rose #F32596
Tints of Persian Rose #F32596
RGB
CMYK
RGB Variations
Color information
#F32596 (or 0xF32596) is known color: Persian Rose. HEX triplet: F3, 25 and 96. RGB value is (243,37,150). Sum of RGB (Red+Green+Blue) = 243+37+150=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F32596 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32596 is #0CDA69. Grayscale: #6F6F6F. Windows color (decimal): -842346 or 9840115. OLE color: 9840115.
HSL color Cylindrical-coordinate representation of color #F32596: hue angle of 327.09º 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 #F32596 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 150 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.05 |
| HSL | 327.09º | 0.9% | 0.55% | - |
| HSV(B) | 327.09º | 0.85% | 0.95% | - |
| XYZ | 43.13 | 22.58 | 30.94 | - |
| YUV | 111.48 | 149.75 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 150 | 0 | 0.85 | 0.38 | 0.05 | 327.09 | 0.9 | 0.55 |
| Hex | F3 | 25 | 96 | 0 | 55 | 26 | 5 | 147 | 5A | 37 |
| Octal | 363 | 45 | 226 | 0 | 125 | 46 | 5 | 507 | 132 | 67 |
| Binary | 11110011 | 100101 | 10010110 | 0 | 1010101 | 100110 | 101 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F32596
Complementary color
Monochromatic Colors of #F32596
Black with #F32596
Text Example
Text Example
White with #F32596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32596; }
p { color: rgb(243,37,150); }
H1.HeaderClassName
{
color: #F32596;
}
.AnyTagClassName
{
color: #F32596;
}
</style>
background-color css
<style>
a { background-color: #F32596; }
a { background-color: rgb(243,37,150); }
div.DivClassName
{
background-color: #F32596;
}
.BgClassName
{
background-color: #F32596;
}
</style>
border-color css
<style>
span { border-color: #F32596; }
span { border-color: rgb(243,37,150); }
td.TdClassName
{
border-color: #F32596;
}
.TagClassName
{
border-color: #F32596;
}
</style>