Shades of Persian Rose #F32896
Tints of Persian Rose #F32896
RGB
CMYK
RGB Variations
Color information
#F32896 (or 0xF32896) is known color: Persian Rose. HEX triplet: F3, 28 and 96. RGB value is (243,40,150). Sum of RGB (Red+Green+Blue) = 243+40+150=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F32896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32896 is #0CD769. Grayscale: #707070. Windows color (decimal): -841578 or 9840883. OLE color: 9840883.
HSL color Cylindrical-coordinate representation of color #F32896: hue angle of 327.49º 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 #F32896 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 150 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.05 |
| HSL | 327.49º | 0.89% | 0.55% | - |
| HSV(B) | 327.49º | 0.84% | 0.95% | - |
| XYZ | 43.23 | 22.77 | 30.97 | - |
| YUV | 113.24 | 148.75 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 150 | 0 | 0.84 | 0.38 | 0.05 | 327.49 | 0.89 | 0.55 |
| Hex | F3 | 28 | 96 | 0 | 54 | 26 | 5 | 147 | 59 | 37 |
| Octal | 363 | 50 | 226 | 0 | 124 | 46 | 5 | 507 | 131 | 67 |
| Binary | 11110011 | 101000 | 10010110 | 0 | 1010100 | 100110 | 101 | 101000111 | 1011001 | 110111 |
Color Harmonies of #F32896
Complementary color
Monochromatic Colors of #F32896
Black with #F32896
Text Example
Text Example
White with #F32896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32896; }
p { color: rgb(243,40,150); }
H1.HeaderClassName
{
color: #F32896;
}
.AnyTagClassName
{
color: #F32896;
}
</style>
background-color css
<style>
a { background-color: #F32896; }
a { background-color: rgb(243,40,150); }
div.DivClassName
{
background-color: #F32896;
}
.BgClassName
{
background-color: #F32896;
}
</style>
border-color css
<style>
span { border-color: #F32896; }
span { border-color: rgb(243,40,150); }
td.TdClassName
{
border-color: #F32896;
}
.TagClassName
{
border-color: #F32896;
}
</style>