Shades of Persian Rose #F339AB
Tints of Persian Rose #F339AB
RGB
CMYK
RGB Variations
Color information
#F339AB (or 0xF339AB) is known color: Persian Rose. HEX triplet: F3, 39 and AB. RGB value is (243,57,171). Sum of RGB (Red+Green+Blue) = 243+57+171=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F339AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F339AB is #0CC654. Grayscale: #7D7D7D. Windows color (decimal): -837205 or 11221491. OLE color: 11221491.
HSL color Cylindrical-coordinate representation of color #F339AB: hue angle of 323.23º 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 #F339AB is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 171 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.05 |
| HSL | 323.23º | 0.89% | 0.59% | - |
| HSV(B) | 323.23º | 0.77% | 0.95% | - |
| XYZ | 45.78 | 24.92 | 40.93 | - |
| YUV | 125.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 171 | 0 | 0.77 | 0.30 | 0.05 | 323.23 | 0.89 | 0.59 |
| Hex | F3 | 39 | AB | 0 | 4D | 1E | 5 | 143 | 59 | 3B |
| Octal | 363 | 71 | 253 | 0 | 115 | 36 | 5 | 503 | 131 | 73 |
| Binary | 11110011 | 111001 | 10101011 | 0 | 1001101 | 11110 | 101 | 101000011 | 1011001 | 111011 |
Color Harmonies of #F339AB
Complementary color
Monochromatic Colors of #F339AB
Black with #F339AB
Text Example
Text Example
White with #F339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F339AB; }
p { color: rgb(243,57,171); }
H1.HeaderClassName
{
color: #F339AB;
}
.AnyTagClassName
{
color: #F339AB;
}
</style>
background-color css
<style>
a { background-color: #F339AB; }
a { background-color: rgb(243,57,171); }
div.DivClassName
{
background-color: #F339AB;
}
.BgClassName
{
background-color: #F339AB;
}
</style>
border-color css
<style>
span { border-color: #F339AB; }
span { border-color: rgb(243,57,171); }
td.TdClassName
{
border-color: #F339AB;
}
.TagClassName
{
border-color: #F339AB;
}
</style>