Shades of Persian Rose #F32CA7
Tints of Persian Rose #F32CA7
RGB
CMYK
RGB Variations
Color information
#F32CA7 (or 0xF32CA7) is known color: Persian Rose. HEX triplet: F3, 2C and A7. RGB value is (243,44,167). Sum of RGB (Red+Green+Blue) = 243+44+167=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F32CA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32CA7 is #0CD358. Grayscale: #757575. Windows color (decimal): -840537 or 10956019. OLE color: 10956019.
HSL color Cylindrical-coordinate representation of color #F32CA7: hue angle of 322.91º 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 #F32CA7 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 167 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.05 |
| HSL | 322.91º | 0.89% | 0.56% | - |
| HSV(B) | 322.91º | 0.82% | 0.95% | - |
| XYZ | 44.84 | 23.65 | 38.76 | - |
| YUV | 117.52 | 155.93 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 167 | 0 | 0.82 | 0.31 | 0.05 | 322.91 | 0.89 | 0.56 |
| Hex | F3 | 2C | A7 | 0 | 52 | 1F | 5 | 143 | 59 | 38 |
| Octal | 363 | 54 | 247 | 0 | 122 | 37 | 5 | 503 | 131 | 70 |
| Binary | 11110011 | 101100 | 10100111 | 0 | 1010010 | 11111 | 101 | 101000011 | 1011001 | 111000 |
Color Harmonies of #F32CA7
Complementary color
Monochromatic Colors of #F32CA7
Black with #F32CA7
Text Example
Text Example
White with #F32CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CA7; }
p { color: rgb(243,44,167); }
H1.HeaderClassName
{
color: #F32CA7;
}
.AnyTagClassName
{
color: #F32CA7;
}
</style>
background-color css
<style>
a { background-color: #F32CA7; }
a { background-color: rgb(243,44,167); }
div.DivClassName
{
background-color: #F32CA7;
}
.BgClassName
{
background-color: #F32CA7;
}
</style>
border-color css
<style>
span { border-color: #F32CA7; }
span { border-color: rgb(243,44,167); }
td.TdClassName
{
border-color: #F32CA7;
}
.TagClassName
{
border-color: #F32CA7;
}
</style>