Shades of Persian Rose #F33AAA
Tints of Persian Rose #F33AAA
RGB
CMYK
RGB Variations
Color information
#F33AAA (or 0xF33AAA) is known color: Persian Rose. HEX triplet: F3, 3A and AA. RGB value is (243,58,170). Sum of RGB (Red+Green+Blue) = 243+58+170=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AAA is #0CC555. Grayscale: #7D7D7D. Windows color (decimal): -836950 or 11156211. OLE color: 11156211.
HSL color Cylindrical-coordinate representation of color #F33AAA: hue angle of 323.68º degrees, saturation: 0.89, 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 #F33AAA is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 170 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.05 |
| HSL | 323.68º | 0.89% | 0.59% | - |
| HSV(B) | 323.68º | 0.76% | 0.95% | - |
| XYZ | 45.73 | 24.98 | 40.44 | - |
| YUV | 126.08 | 152.79 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 170 | 0 | 0.76 | 0.30 | 0.05 | 323.68 | 0.89 | 0.59 |
| Hex | F3 | 3A | AA | 0 | 4C | 1E | 5 | 144 | 59 | 3B |
| Octal | 363 | 72 | 252 | 0 | 114 | 36 | 5 | 504 | 131 | 73 |
| Binary | 11110011 | 111010 | 10101010 | 0 | 1001100 | 11110 | 101 | 101000100 | 1011001 | 111011 |
Color Harmonies of #F33AAA
Complementary color
Monochromatic Colors of #F33AAA
Black with #F33AAA
Text Example
Text Example
White with #F33AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AAA; }
p { color: rgb(243,58,170); }
H1.HeaderClassName
{
color: #F33AAA;
}
.AnyTagClassName
{
color: #F33AAA;
}
</style>
background-color css
<style>
a { background-color: #F33AAA; }
a { background-color: rgb(243,58,170); }
div.DivClassName
{
background-color: #F33AAA;
}
.BgClassName
{
background-color: #F33AAA;
}
</style>
border-color css
<style>
span { border-color: #F33AAA; }
span { border-color: rgb(243,58,170); }
td.TdClassName
{
border-color: #F33AAA;
}
.TagClassName
{
border-color: #F33AAA;
}
</style>