Shades of Persian Rose #F32CAF
Tints of Persian Rose #F32CAF
RGB
CMYK
RGB Variations
Color information
#F32CAF (or 0xF32CAF) is known color: Persian Rose. HEX triplet: F3, 2C and AF. RGB value is (243,44,175). Sum of RGB (Red+Green+Blue) = 243+44+175=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F32CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32CAF is #0CD350. Grayscale: #767676. Windows color (decimal): -840529 or 11480307. OLE color: 11480307.
HSL color Cylindrical-coordinate representation of color #F32CAF: hue angle of 320.5º 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 #F32CAF is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 175 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.05 |
| HSL | 320.5º | 0.89% | 0.56% | - |
| HSV(B) | 320.5º | 0.82% | 0.95% | - |
| XYZ | 45.6 | 23.95 | 42.78 | - |
| YUV | 118.44 | 159.93 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 175 | 0 | 0.82 | 0.28 | 0.05 | 320.5 | 0.89 | 0.56 |
| Hex | F3 | 2C | AF | 0 | 52 | 1C | 5 | 141 | 59 | 38 |
| Octal | 363 | 54 | 257 | 0 | 122 | 34 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101100 | 10101111 | 0 | 1010010 | 11100 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F32CAF
Complementary color
Monochromatic Colors of #F32CAF
Black with #F32CAF
Text Example
Text Example
White with #F32CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CAF; }
p { color: rgb(243,44,175); }
H1.HeaderClassName
{
color: #F32CAF;
}
.AnyTagClassName
{
color: #F32CAF;
}
</style>
background-color css
<style>
a { background-color: #F32CAF; }
a { background-color: rgb(243,44,175); }
div.DivClassName
{
background-color: #F32CAF;
}
.BgClassName
{
background-color: #F32CAF;
}
</style>
border-color css
<style>
span { border-color: #F32CAF; }
span { border-color: rgb(243,44,175); }
td.TdClassName
{
border-color: #F32CAF;
}
.TagClassName
{
border-color: #F32CAF;
}
</style>