Shades of Persian Rose #F33BAA
Tints of Persian Rose #F33BAA
RGB
CMYK
RGB Variations
Color information
#F33BAA (or 0xF33BAA) is known color: Persian Rose. HEX triplet: F3, 3B and AA. RGB value is (243,59,170). Sum of RGB (Red+Green+Blue) = 243+59+170=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAA is #0CC455. Grayscale: #7E7E7E. Windows color (decimal): -836694 or 11156467. OLE color: 11156467.
HSL color Cylindrical-coordinate representation of color #F33BAA: hue angle of 323.8º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33BAA is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 170 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.05 |
| HSL | 323.8º | 0.88% | 0.59% | - |
| HSV(B) | 323.8º | 0.76% | 0.95% | - |
| XYZ | 45.78 | 25.08 | 40.46 | - |
| YUV | 126.67 | 152.46 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 170 | 0 | 0.76 | 0.30 | 0.05 | 323.8 | 0.88 | 0.59 |
| Hex | F3 | 3B | AA | 0 | 4C | 1E | 5 | 144 | 58 | 3B |
| Octal | 363 | 73 | 252 | 0 | 114 | 36 | 5 | 504 | 130 | 73 |
| Binary | 11110011 | 111011 | 10101010 | 0 | 1001100 | 11110 | 101 | 101000100 | 1011000 | 111011 |
Color Harmonies of #F33BAA
Complementary color
Monochromatic Colors of #F33BAA
Black with #F33BAA
Text Example
Text Example
White with #F33BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33BAA; }
p { color: rgb(243,59,170); }
H1.HeaderClassName
{
color: #F33BAA;
}
.AnyTagClassName
{
color: #F33BAA;
}
</style>
background-color css
<style>
a { background-color: #F33BAA; }
a { background-color: rgb(243,59,170); }
div.DivClassName
{
background-color: #F33BAA;
}
.BgClassName
{
background-color: #F33BAA;
}
</style>
border-color css
<style>
span { border-color: #F33BAA; }
span { border-color: rgb(243,59,170); }
td.TdClassName
{
border-color: #F33BAA;
}
.TagClassName
{
border-color: #F33BAA;
}
</style>