Shades of Persian Rose #F32BAD
Tints of Persian Rose #F32BAD
RGB
CMYK
RGB Variations
Color information
#F32BAD (or 0xF32BAD) is known color: Persian Rose. HEX triplet: F3, 2B and AD. RGB value is (243,43,173). Sum of RGB (Red+Green+Blue) = 243+43+173=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F32BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32BAD is #0CD452. Grayscale: #757575. Windows color (decimal): -840787 or 11348979. OLE color: 11348979.
HSL color Cylindrical-coordinate representation of color #F32BAD: hue angle of 321º 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 #F32BAD is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 173 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.05 |
| HSL | 321º | 0.89% | 0.56% | - |
| HSV(B) | 321º | 0.82% | 0.95% | - |
| XYZ | 45.37 | 23.8 | 41.74 | - |
| YUV | 117.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 173 | 0 | 0.82 | 0.29 | 0.05 | 321 | 0.89 | 0.56 |
| Hex | F3 | 2B | AD | 0 | 52 | 1D | 5 | 141 | 59 | 38 |
| Octal | 363 | 53 | 255 | 0 | 122 | 35 | 5 | 501 | 131 | 70 |
| Binary | 11110011 | 101011 | 10101101 | 0 | 1010010 | 11101 | 101 | 101000001 | 1011001 | 111000 |
Color Harmonies of #F32BAD
Complementary color
Monochromatic Colors of #F32BAD
Black with #F32BAD
Text Example
Text Example
White with #F32BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32BAD; }
p { color: rgb(243,43,173); }
H1.HeaderClassName
{
color: #F32BAD;
}
.AnyTagClassName
{
color: #F32BAD;
}
</style>
background-color css
<style>
a { background-color: #F32BAD; }
a { background-color: rgb(243,43,173); }
div.DivClassName
{
background-color: #F32BAD;
}
.BgClassName
{
background-color: #F32BAD;
}
</style>
border-color css
<style>
span { border-color: #F32BAD; }
span { border-color: rgb(243,43,173); }
td.TdClassName
{
border-color: #F32BAD;
}
.TagClassName
{
border-color: #F32BAD;
}
</style>