Shades of Persian Rose #F32496
Tints of Persian Rose #F32496
RGB
CMYK
RGB Variations
Color information
#F32496 (or 0xF32496) is known color: Persian Rose. HEX triplet: F3, 24 and 96. RGB value is (243,36,150). Sum of RGB (Red+Green+Blue) = 243+36+150=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F32496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32496 is #0CDB69. Grayscale: #6E6E6E. Windows color (decimal): -842602 or 9839859. OLE color: 9839859.
HSL color Cylindrical-coordinate representation of color #F32496: hue angle of 326.96º 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 #F32496 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 150 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.05 |
| HSL | 326.96º | 0.9% | 0.55% | - |
| HSV(B) | 326.96º | 0.85% | 0.95% | - |
| XYZ | 43.1 | 22.52 | 30.93 | - |
| YUV | 110.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 150 | 0 | 0.85 | 0.38 | 0.05 | 326.96 | 0.9 | 0.55 |
| Hex | F3 | 24 | 96 | 0 | 55 | 26 | 5 | 147 | 5A | 37 |
| Octal | 363 | 44 | 226 | 0 | 125 | 46 | 5 | 507 | 132 | 67 |
| Binary | 11110011 | 100100 | 10010110 | 0 | 1010101 | 100110 | 101 | 101000111 | 1011010 | 110111 |
Color Harmonies of #F32496
Complementary color
Monochromatic Colors of #F32496
Black with #F32496
Text Example
Text Example
White with #F32496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32496; }
p { color: rgb(243,36,150); }
H1.HeaderClassName
{
color: #F32496;
}
.AnyTagClassName
{
color: #F32496;
}
</style>
background-color css
<style>
a { background-color: #F32496; }
a { background-color: rgb(243,36,150); }
div.DivClassName
{
background-color: #F32496;
}
.BgClassName
{
background-color: #F32496;
}
</style>
border-color css
<style>
span { border-color: #F32496; }
span { border-color: rgb(243,36,150); }
td.TdClassName
{
border-color: #F32496;
}
.TagClassName
{
border-color: #F32496;
}
</style>