Shades of Persian Rose #F132AF
Tints of Persian Rose #F132AF
RGB
CMYK
RGB Variations
Color information
#F132AF (or 0xF132AF) is known color: Persian Rose. HEX triplet: F1, 32 and AF. RGB value is (241,50,175). Sum of RGB (Red+Green+Blue) = 241+50+175=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F132AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F132AF is #0ECD50. Grayscale: #797979. Windows color (decimal): -970065 or 11481841. OLE color: 11481841.
HSL color Cylindrical-coordinate representation of color #F132AF: hue angle of 320.73º degrees, saturation: 0.87, 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 #F132AF is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 175 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.05 |
| HSL | 320.73º | 0.87% | 0.57% | - |
| HSV(B) | 320.73º | 0.79% | 0.95% | - |
| XYZ | 45.15 | 24.08 | 42.82 | - |
| YUV | 121.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 175 | 0 | 0.79 | 0.27 | 0.05 | 320.73 | 0.87 | 0.57 |
| Hex | F1 | 32 | AF | 0 | 4F | 1B | 5 | 141 | 57 | 39 |
| Octal | 361 | 62 | 257 | 0 | 117 | 33 | 5 | 501 | 127 | 71 |
| Binary | 11110001 | 110010 | 10101111 | 0 | 1001111 | 11011 | 101 | 101000001 | 1010111 | 111001 |
Color Harmonies of #F132AF
Complementary color
Monochromatic Colors of #F132AF
Black with #F132AF
Text Example
Text Example
White with #F132AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F132AF; }
p { color: rgb(241,50,175); }
H1.HeaderClassName
{
color: #F132AF;
}
.AnyTagClassName
{
color: #F132AF;
}
</style>
background-color css
<style>
a { background-color: #F132AF; }
a { background-color: rgb(241,50,175); }
div.DivClassName
{
background-color: #F132AF;
}
.BgClassName
{
background-color: #F132AF;
}
</style>
border-color css
<style>
span { border-color: #F132AF; }
span { border-color: rgb(241,50,175); }
td.TdClassName
{
border-color: #F132AF;
}
.TagClassName
{
border-color: #F132AF;
}
</style>