Shades of Persian Rose #F32C9F
Tints of Persian Rose #F32C9F
RGB
CMYK
RGB Variations
Color information
#F32C9F (or 0xF32C9F) is known color: Persian Rose. HEX triplet: F3, 2C and 9F. RGB value is (243,44,159). Sum of RGB (Red+Green+Blue) = 243+44+159=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C9F is #0CD360. Grayscale: #747474. Windows color (decimal): -840545 or 10431731. OLE color: 10431731.
HSL color Cylindrical-coordinate representation of color #F32C9F: hue angle of 325.33º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C9F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 159 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.05 |
| HSL | 325.33º | 0.89% | 0.56% | - |
| HSV(B) | 325.33º | 0.82% | 0.95% | - |
| XYZ | 44.12 | 23.36 | 34.98 | - |
| YUV | 116.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 159 | 0 | 0.82 | 0.35 | 0.05 | 325.33 | 0.89 | 0.56 |
| Hex | F3 | 2C | 9F | 0 | 52 | 23 | 5 | 145 | 59 | 38 |
| Octal | 363 | 54 | 237 | 0 | 122 | 43 | 5 | 505 | 131 | 70 |
| Binary | 11110011 | 101100 | 10011111 | 0 | 1010010 | 100011 | 101 | 101000101 | 1011001 | 111000 |
Color Harmonies of #F32C9F
Complementary color
Monochromatic Colors of #F32C9F
Black with #F32C9F
Text Example
Text Example
White with #F32C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C9F; }
p { color: rgb(243,44,159); }
H1.HeaderClassName
{
color: #F32C9F;
}
.AnyTagClassName
{
color: #F32C9F;
}
</style>
background-color css
<style>
a { background-color: #F32C9F; }
a { background-color: rgb(243,44,159); }
div.DivClassName
{
background-color: #F32C9F;
}
.BgClassName
{
background-color: #F32C9F;
}
</style>
border-color css
<style>
span { border-color: #F32C9F; }
span { border-color: rgb(243,44,159); }
td.TdClassName
{
border-color: #F32C9F;
}
.TagClassName
{
border-color: #F32C9F;
}
</style>