Shades of Persian Rose #F339B0
Tints of Persian Rose #F339B0
RGB
CMYK
RGB Variations
Color information
#F339B0 (or 0xF339B0) is known color: Persian Rose. HEX triplet: F3, 39 and B0. RGB value is (243,57,176). Sum of RGB (Red+Green+Blue) = 243+57+176=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F339B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F339B0 is #0CC64F. Grayscale: #7D7D7D. Windows color (decimal): -837200 or 11549171. OLE color: 11549171.
HSL color Cylindrical-coordinate representation of color #F339B0: hue angle of 321.61º 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 #F339B0 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 176 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.05 |
| HSL | 321.61º | 0.89% | 0.59% | - |
| HSV(B) | 321.61º | 0.77% | 0.95% | - |
| XYZ | 46.26 | 25.12 | 43.48 | - |
| YUV | 126.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 176 | 0 | 0.77 | 0.28 | 0.05 | 321.61 | 0.89 | 0.59 |
| Hex | F3 | 39 | B0 | 0 | 4D | 1C | 5 | 142 | 59 | 3B |
| Octal | 363 | 71 | 260 | 0 | 115 | 34 | 5 | 502 | 131 | 73 |
| Binary | 11110011 | 111001 | 10110000 | 0 | 1001101 | 11100 | 101 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F339B0
Complementary color
Monochromatic Colors of #F339B0
Black with #F339B0
Text Example
Text Example
White with #F339B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339B0; }
p { color: rgb(243,57,176); }
H1.HeaderClassName
{
color: #F339B0;
}
.AnyTagClassName
{
color: #F339B0;
}
</style>
background-color css
<style>
a { background-color: #F339B0; }
a { background-color: rgb(243,57,176); }
div.DivClassName
{
background-color: #F339B0;
}
.BgClassName
{
background-color: #F339B0;
}
</style>
border-color css
<style>
span { border-color: #F339B0; }
span { border-color: rgb(243,57,176); }
td.TdClassName
{
border-color: #F339B0;
}
.TagClassName
{
border-color: #F339B0;
}
</style>