Shades of Persian Rose #F339B1
Tints of Persian Rose #F339B1
RGB
CMYK
RGB Variations
Color information
#F339B1 (or 0xF339B1) is known color: Persian Rose. HEX triplet: F3, 39 and B1. RGB value is (243,57,177). Sum of RGB (Red+Green+Blue) = 243+57+177=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F339B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F339B1 is #0CC64E. Grayscale: #7D7D7D. Windows color (decimal): -837199 or 11614707. OLE color: 11614707.
HSL color Cylindrical-coordinate representation of color #F339B1: hue angle of 321.29º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F339B1 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 177 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.05 |
| HSL | 321.29º | 0.89% | 0.59% | - |
| HSV(B) | 321.29º | 0.77% | 0.95% | - |
| XYZ | 46.36 | 25.16 | 44.01 | - |
| YUV | 126.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 177 | 0 | 0.77 | 0.27 | 0.05 | 321.29 | 0.89 | 0.59 |
| Hex | F3 | 39 | B1 | 0 | 4D | 1B | 5 | 141 | 59 | 3B |
| Octal | 363 | 71 | 261 | 0 | 115 | 33 | 5 | 501 | 131 | 73 |
| Binary | 11110011 | 111001 | 10110001 | 0 | 1001101 | 11011 | 101 | 101000001 | 1011001 | 111011 |
Color Harmonies of #F339B1
Complementary color
Monochromatic Colors of #F339B1
Black with #F339B1
Text Example
Text Example
White with #F339B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339B1; }
p { color: rgb(243,57,177); }
H1.HeaderClassName
{
color: #F339B1;
}
.AnyTagClassName
{
color: #F339B1;
}
</style>
background-color css
<style>
a { background-color: #F339B1; }
a { background-color: rgb(243,57,177); }
div.DivClassName
{
background-color: #F339B1;
}
.BgClassName
{
background-color: #F339B1;
}
</style>
border-color css
<style>
span { border-color: #F339B1; }
span { border-color: rgb(243,57,177); }
td.TdClassName
{
border-color: #F339B1;
}
.TagClassName
{
border-color: #F339B1;
}
</style>