Shades of Persian Rose #F327AB
Tints of Persian Rose #F327AB
RGB
CMYK
RGB Variations
Color information
#F327AB (or 0xF327AB) is known color: Persian Rose. HEX triplet: F3, 27 and AB. RGB value is (243,39,171). Sum of RGB (Red+Green+Blue) = 243+39+171=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F327AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F327AB is #0CD854. Grayscale: #727272. Windows color (decimal): -841813 or 11216883. OLE color: 11216883.
HSL color Cylindrical-coordinate representation of color #F327AB: hue angle of 321.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F327AB is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 171 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.05 |
| HSL | 321.18º | 0.89% | 0.55% | - |
| HSV(B) | 321.18º | 0.84% | 0.95% | - |
| XYZ | 45.04 | 23.45 | 40.68 | - |
| YUV | 115.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 171 | 0 | 0.84 | 0.30 | 0.05 | 321.18 | 0.89 | 0.55 |
| Hex | F3 | 27 | AB | 0 | 54 | 1E | 5 | 141 | 59 | 37 |
| Octal | 363 | 47 | 253 | 0 | 124 | 36 | 5 | 501 | 131 | 67 |
| Binary | 11110011 | 100111 | 10101011 | 0 | 1010100 | 11110 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F327AB
Complementary color
Monochromatic Colors of #F327AB
Black with #F327AB
Text Example
Text Example
White with #F327AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327AB; }
p { color: rgb(243,39,171); }
H1.HeaderClassName
{
color: #F327AB;
}
.AnyTagClassName
{
color: #F327AB;
}
</style>
background-color css
<style>
a { background-color: #F327AB; }
a { background-color: rgb(243,39,171); }
div.DivClassName
{
background-color: #F327AB;
}
.BgClassName
{
background-color: #F327AB;
}
</style>
border-color css
<style>
span { border-color: #F327AB; }
span { border-color: rgb(243,39,171); }
td.TdClassName
{
border-color: #F327AB;
}
.TagClassName
{
border-color: #F327AB;
}
</style>