Shades of Persian Rose #F33AAE
Tints of Persian Rose #F33AAE
RGB
CMYK
RGB Variations
Color information
#F33AAE (or 0xF33AAE) is known color: Persian Rose. HEX triplet: F3, 3A and AE. RGB value is (243,58,174). Sum of RGB (Red+Green+Blue) = 243+58+174=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AAE is #0CC551. Grayscale: #7E7E7E. Windows color (decimal): -836946 or 11418355. OLE color: 11418355.
HSL color Cylindrical-coordinate representation of color #F33AAE: hue angle of 322.38º 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 #F33AAE is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 174 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.38º | 0.89% | 0.59% | - |
| HSV(B) | 322.38º | 0.76% | 0.95% | - |
| XYZ | 46.12 | 25.14 | 42.47 | - |
| YUV | 126.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 174 | 0 | 0.76 | 0.28 | 0.05 | 322.38 | 0.89 | 0.59 |
| Hex | F3 | 3A | AE | 0 | 4C | 1C | 5 | 142 | 59 | 3B |
| Octal | 363 | 72 | 256 | 0 | 114 | 34 | 5 | 502 | 131 | 73 |
| Binary | 11110011 | 111010 | 10101110 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F33AAE
Complementary color
Monochromatic Colors of #F33AAE
Black with #F33AAE
Text Example
Text Example
White with #F33AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AAE; }
p { color: rgb(243,58,174); }
H1.HeaderClassName
{
color: #F33AAE;
}
.AnyTagClassName
{
color: #F33AAE;
}
</style>
background-color css
<style>
a { background-color: #F33AAE; }
a { background-color: rgb(243,58,174); }
div.DivClassName
{
background-color: #F33AAE;
}
.BgClassName
{
background-color: #F33AAE;
}
</style>
border-color css
<style>
span { border-color: #F33AAE; }
span { border-color: rgb(243,58,174); }
td.TdClassName
{
border-color: #F33AAE;
}
.TagClassName
{
border-color: #F33AAE;
}
</style>