Shades of Persian Rose #F32CA0
Tints of Persian Rose #F32CA0
RGB
CMYK
RGB Variations
Color information
#F32CA0 (or 0xF32CA0) is known color: Persian Rose. HEX triplet: F3, 2C and A0. RGB value is (243,44,160). Sum of RGB (Red+Green+Blue) = 243+44+160=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F32CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32CA0 is #0CD35F. Grayscale: #747474. Windows color (decimal): -840544 or 10497267. OLE color: 10497267.
HSL color Cylindrical-coordinate representation of color #F32CA0: hue angle of 325.03º 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 #F32CA0 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 160 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.05 |
| HSL | 325.03º | 0.89% | 0.56% | - |
| HSV(B) | 325.03º | 0.82% | 0.95% | - |
| XYZ | 44.21 | 23.39 | 35.44 | - |
| YUV | 116.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 160 | 0 | 0.82 | 0.34 | 0.05 | 325.03 | 0.89 | 0.56 |
| Hex | F3 | 2C | A0 | 0 | 52 | 22 | 5 | 145 | 59 | 38 |
| Octal | 363 | 54 | 240 | 0 | 122 | 42 | 5 | 505 | 131 | 70 |
| Binary | 11110011 | 101100 | 10100000 | 0 | 1010010 | 100010 | 101 | 101000101 | 1011001 | 111000 |
Color Harmonies of #F32CA0
Complementary color
Monochromatic Colors of #F32CA0
Black with #F32CA0
Text Example
Text Example
White with #F32CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CA0; }
p { color: rgb(243,44,160); }
H1.HeaderClassName
{
color: #F32CA0;
}
.AnyTagClassName
{
color: #F32CA0;
}
</style>
background-color css
<style>
a { background-color: #F32CA0; }
a { background-color: rgb(243,44,160); }
div.DivClassName
{
background-color: #F32CA0;
}
.BgClassName
{
background-color: #F32CA0;
}
</style>
border-color css
<style>
span { border-color: #F32CA0; }
span { border-color: rgb(243,44,160); }
td.TdClassName
{
border-color: #F32CA0;
}
.TagClassName
{
border-color: #F32CA0;
}
</style>