Shades of Persian Rose #F32CAD
Tints of Persian Rose #F32CAD
RGB
CMYK
RGB Variations
Color information
#F32CAD (or 0xF32CAD) is known color: Persian Rose. HEX triplet: F3, 2C and AD. RGB value is (243,44,173). Sum of RGB (Red+Green+Blue) = 243+44+173=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F32CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32CAD is #0CD352. Grayscale: #757575. Windows color (decimal): -840531 or 11349235. OLE color: 11349235.
HSL color Cylindrical-coordinate representation of color #F32CAD: hue angle of 321.11º 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 #F32CAD is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 173 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.05 |
| HSL | 321.11º | 0.89% | 0.56% | - |
| HSV(B) | 321.11º | 0.82% | 0.95% | - |
| XYZ | 45.41 | 23.87 | 41.75 | - |
| YUV | 118.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 173 | 0 | 0.82 | 0.29 | 0.05 | 321.11 | 0.89 | 0.56 |
| Hex | F3 | 2C | AD | 0 | 52 | 1D | 5 | 141 | 59 | 38 |
| Octal | 363 | 54 | 255 | 0 | 122 | 35 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101100 | 10101101 | 0 | 1010010 | 11101 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F32CAD
Complementary color
Monochromatic Colors of #F32CAD
Black with #F32CAD
Text Example
Text Example
White with #F32CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32CAD; }
p { color: rgb(243,44,173); }
H1.HeaderClassName
{
color: #F32CAD;
}
.AnyTagClassName
{
color: #F32CAD;
}
</style>
background-color css
<style>
a { background-color: #F32CAD; }
a { background-color: rgb(243,44,173); }
div.DivClassName
{
background-color: #F32CAD;
}
.BgClassName
{
background-color: #F32CAD;
}
</style>
border-color css
<style>
span { border-color: #F32CAD; }
span { border-color: rgb(243,44,173); }
td.TdClassName
{
border-color: #F32CAD;
}
.TagClassName
{
border-color: #F32CAD;
}
</style>