Shades of Persian Rose #F332AD
Tints of Persian Rose #F332AD
RGB
CMYK
RGB Variations
Color information
#F332AD (or 0xF332AD) is known color: Persian Rose. HEX triplet: F3, 32 and AD. RGB value is (243,50,173). Sum of RGB (Red+Green+Blue) = 243+50+173=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F332AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F332AD is #0CCD52. Grayscale: #797979. Windows color (decimal): -838995 or 11350771. OLE color: 11350771.
HSL color Cylindrical-coordinate representation of color #F332AD: hue angle of 321.76º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F332AD is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 50 | 173 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.05 |
| HSL | 321.76º | 0.89% | 0.57% | - |
| HSV(B) | 321.76º | 0.79% | 0.95% | - |
| XYZ | 45.65 | 24.35 | 41.83 | - |
| YUV | 121.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 50 | 173 | 0 | 0.79 | 0.29 | 0.05 | 321.76 | 0.89 | 0.57 |
| Hex | F3 | 32 | AD | 0 | 4F | 1D | 5 | 142 | 59 | 39 |
| Octal | 363 | 62 | 255 | 0 | 117 | 35 | 5 | 502 | 131 | 71 |
| Binary | 11110011 | 110010 | 10101101 | 0 | 1001111 | 11101 | 101 | 101000010 | 1011001 | 111001 |
Color Harmonies of #F332AD
Complementary color
Monochromatic Colors of #F332AD
Black with #F332AD
Text Example
Text Example
White with #F332AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F332AD; }
p { color: rgb(243,50,173); }
H1.HeaderClassName
{
color: #F332AD;
}
.AnyTagClassName
{
color: #F332AD;
}
</style>
background-color css
<style>
a { background-color: #F332AD; }
a { background-color: rgb(243,50,173); }
div.DivClassName
{
background-color: #F332AD;
}
.BgClassName
{
background-color: #F332AD;
}
</style>
border-color css
<style>
span { border-color: #F332AD; }
span { border-color: rgb(243,50,173); }
td.TdClassName
{
border-color: #F332AD;
}
.TagClassName
{
border-color: #F332AD;
}
</style>