Shades of Persian Rose #F32394
Tints of Persian Rose #F32394
RGB
CMYK
RGB Variations
Color information
#F32394 (or 0xF32394) is known color: Persian Rose. HEX triplet: F3, 23 and 94. RGB value is (243,35,148). Sum of RGB (Red+Green+Blue) = 243+35+148=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F32394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32394 is #0CDC6B. Grayscale: #6D6D6D. Windows color (decimal): -842860 or 9708531. OLE color: 9708531.
HSL color Cylindrical-coordinate representation of color #F32394: hue angle of 327.4º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32394 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 148 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.05 |
| HSL | 327.4º | 0.9% | 0.55% | - |
| HSV(B) | 327.4º | 0.86% | 0.95% | - |
| XYZ | 42.91 | 22.39 | 30.08 | - |
| YUV | 110.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 148 | 0 | 0.86 | 0.39 | 0.05 | 327.4 | 0.9 | 0.55 |
| Hex | F3 | 23 | 94 | 0 | 56 | 27 | 5 | 147 | 5A | 37 |
| Octal | 363 | 43 | 224 | 0 | 126 | 47 | 5 | 507 | 132 | 67 |
| Binary | 11110011 | 100011 | 10010100 | 0 | 1010110 | 100111 | 101 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F32394
Complementary color
Monochromatic Colors of #F32394
Black with #F32394
Text Example
Text Example
White with #F32394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32394; }
p { color: rgb(243,35,148); }
H1.HeaderClassName
{
color: #F32394;
}
.AnyTagClassName
{
color: #F32394;
}
</style>
background-color css
<style>
a { background-color: #F32394; }
a { background-color: rgb(243,35,148); }
div.DivClassName
{
background-color: #F32394;
}
.BgClassName
{
background-color: #F32394;
}
</style>
border-color css
<style>
span { border-color: #F32394; }
span { border-color: rgb(243,35,148); }
td.TdClassName
{
border-color: #F32394;
}
.TagClassName
{
border-color: #F32394;
}
</style>