Shades of Persian Rose #F32493
Tints of Persian Rose #F32493
RGB
CMYK
RGB Variations
Color information
#F32493 (or 0xF32493) is known color: Persian Rose. HEX triplet: F3, 24 and 93. RGB value is (243,36,147). Sum of RGB (Red+Green+Blue) = 243+36+147=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F32493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32493 is #0CDB6C. Grayscale: #6E6E6E. Windows color (decimal): -842605 or 9643251. OLE color: 9643251.
HSL color Cylindrical-coordinate representation of color #F32493: hue angle of 327.83º 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 #F32493 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 147 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.05 |
| HSL | 327.83º | 0.9% | 0.55% | - |
| HSV(B) | 327.83º | 0.85% | 0.95% | - |
| XYZ | 42.86 | 22.42 | 29.67 | - |
| YUV | 110.55 | 148.58 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 147 | 0 | 0.85 | 0.40 | 0.05 | 327.83 | 0.9 | 0.55 |
| Hex | F3 | 24 | 93 | 0 | 55 | 28 | 5 | 148 | 5A | 37 |
| Octal | 363 | 44 | 223 | 0 | 125 | 50 | 5 | 510 | 132 | 67 |
| Binary | 11110011 | 100100 | 10010011 | 0 | 1010101 | 101000 | 101 | 101001000 | 1011010 | 110111 |
Color Harmonies of #F32493
Complementary color
Monochromatic Colors of #F32493
Black with #F32493
Text Example
Text Example
White with #F32493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32493; }
p { color: rgb(243,36,147); }
H1.HeaderClassName
{
color: #F32493;
}
.AnyTagClassName
{
color: #F32493;
}
</style>
background-color css
<style>
a { background-color: #F32493; }
a { background-color: rgb(243,36,147); }
div.DivClassName
{
background-color: #F32493;
}
.BgClassName
{
background-color: #F32493;
}
</style>
border-color css
<style>
span { border-color: #F32493; }
span { border-color: rgb(243,36,147); }
td.TdClassName
{
border-color: #F32493;
}
.TagClassName
{
border-color: #F32493;
}
</style>