Shades of Persian Rose #F32BAF
Tints of Persian Rose #F32BAF
RGB
CMYK
RGB Variations
Color information
#F32BAF (or 0xF32BAF) is known color: Persian Rose. HEX triplet: F3, 2B and AF. RGB value is (243,43,175). Sum of RGB (Red+Green+Blue) = 243+43+175=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F32BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32BAF is #0CD450. Grayscale: #757575. Windows color (decimal): -840785 or 11480051. OLE color: 11480051.
HSL color Cylindrical-coordinate representation of color #F32BAF: hue angle of 320.4º 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 #F32BAF is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 175 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.05 |
| HSL | 320.4º | 0.89% | 0.56% | - |
| HSV(B) | 320.4º | 0.82% | 0.95% | - |
| XYZ | 45.56 | 23.88 | 42.76 | - |
| YUV | 117.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 175 | 0 | 0.82 | 0.28 | 0.05 | 320.4 | 0.89 | 0.56 |
| Hex | F3 | 2B | AF | 0 | 52 | 1C | 5 | 140 | 59 | 38 |
| Octal | 363 | 53 | 257 | 0 | 122 | 34 | 5 | 500 | 131 | 70 |
| Binary | 11110011 | 101011 | 10101111 | 0 | 1010010 | 11100 | 101 | 101000000 | 1011001 | 111000 |
Color Harmonies of #F32BAF
Complementary color
Monochromatic Colors of #F32BAF
Black with #F32BAF
Text Example
Text Example
White with #F32BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32BAF; }
p { color: rgb(243,43,175); }
H1.HeaderClassName
{
color: #F32BAF;
}
.AnyTagClassName
{
color: #F32BAF;
}
</style>
background-color css
<style>
a { background-color: #F32BAF; }
a { background-color: rgb(243,43,175); }
div.DivClassName
{
background-color: #F32BAF;
}
.BgClassName
{
background-color: #F32BAF;
}
</style>
border-color css
<style>
span { border-color: #F32BAF; }
span { border-color: rgb(243,43,175); }
td.TdClassName
{
border-color: #F32BAF;
}
.TagClassName
{
border-color: #F32BAF;
}
</style>