Shades of Persian Rose #F32795
Tints of Persian Rose #F32795
RGB
CMYK
RGB Variations
Color information
#F32795 (or 0xF32795) is known color: Persian Rose. HEX triplet: F3, 27 and 95. RGB value is (243,39,149). Sum of RGB (Red+Green+Blue) = 243+39+149=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F32795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32795 is #0CD86A. Grayscale: #707070. Windows color (decimal): -841835 or 9775091. OLE color: 9775091.
HSL color Cylindrical-coordinate representation of color #F32795: hue angle of 327.65º 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 #F32795 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 149 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.05 |
| HSL | 327.65º | 0.89% | 0.55% | - |
| HSV(B) | 327.65º | 0.84% | 0.95% | - |
| XYZ | 43.11 | 22.68 | 30.54 | - |
| YUV | 112.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 149 | 0 | 0.84 | 0.39 | 0.05 | 327.65 | 0.89 | 0.55 |
| Hex | F3 | 27 | 95 | 0 | 54 | 27 | 5 | 148 | 59 | 37 |
| Octal | 363 | 47 | 225 | 0 | 124 | 47 | 5 | 510 | 131 | 67 |
| Binary | 11110011 | 100111 | 10010101 | 0 | 1010100 | 100111 | 101 | 101001000 | 1011001 | 110111 |
Color Harmonies of #F32795
Complementary color
Monochromatic Colors of #F32795
Black with #F32795
Text Example
Text Example
White with #F32795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32795; }
p { color: rgb(243,39,149); }
H1.HeaderClassName
{
color: #F32795;
}
.AnyTagClassName
{
color: #F32795;
}
</style>
background-color css
<style>
a { background-color: #F32795; }
a { background-color: rgb(243,39,149); }
div.DivClassName
{
background-color: #F32795;
}
.BgClassName
{
background-color: #F32795;
}
</style>
border-color css
<style>
span { border-color: #F32795; }
span { border-color: rgb(243,39,149); }
td.TdClassName
{
border-color: #F32795;
}
.TagClassName
{
border-color: #F32795;
}
</style>