Shades of Persian Rose #F32D9D
Tints of Persian Rose #F32D9D
RGB
CMYK
RGB Variations
Color information
#F32D9D (or 0xF32D9D) is known color: Persian Rose. HEX triplet: F3, 2D and 9D. RGB value is (243,45,157). Sum of RGB (Red+Green+Blue) = 243+45+157=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 45 (17.97% from 255 or 10.11% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D9D is #0CD262. Grayscale: #747474. Windows color (decimal): -840291 or 10300915. OLE color: 10300915.
HSL color Cylindrical-coordinate representation of color #F32D9D: hue angle of 326.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D9D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 157 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.05 |
| HSL | 326.06º | 0.89% | 0.56% | - |
| HSV(B) | 326.06º | 0.81% | 0.95% | - |
| XYZ | 43.99 | 23.37 | 34.09 | - |
| YUV | 116.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 157 | 0 | 0.81 | 0.35 | 0.05 | 326.06 | 0.89 | 0.56 |
| Hex | F3 | 2D | 9D | 0 | 51 | 23 | 5 | 146 | 59 | 38 |
| Octal | 363 | 55 | 235 | 0 | 121 | 43 | 5 | 506 | 131 | 70 |
| Binary | 11110011 | 101101 | 10011101 | 0 | 1010001 | 100011 | 101 | 101000110 | 1011001 | 111000 |
Color Harmonies of #F32D9D
Complementary color
Monochromatic Colors of #F32D9D
Black with #F32D9D
Text Example
Text Example
White with #F32D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D9D; }
p { color: rgb(243,45,157); }
H1.HeaderClassName
{
color: #F32D9D;
}
.AnyTagClassName
{
color: #F32D9D;
}
</style>
background-color css
<style>
a { background-color: #F32D9D; }
a { background-color: rgb(243,45,157); }
div.DivClassName
{
background-color: #F32D9D;
}
.BgClassName
{
background-color: #F32D9D;
}
</style>
border-color css
<style>
span { border-color: #F32D9D; }
span { border-color: rgb(243,45,157); }
td.TdClassName
{
border-color: #F32D9D;
}
.TagClassName
{
border-color: #F32D9D;
}
</style>