Shades of Persian Rose #F333AC
Tints of Persian Rose #F333AC
RGB
CMYK
RGB Variations
Color information
#F333AC (or 0xF333AC) is known color: Persian Rose. HEX triplet: F3, 33 and AC. RGB value is (243,51,172). Sum of RGB (Red+Green+Blue) = 243+51+172=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 51 (20.31% from 255 or 10.94% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F333AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F333AC is #0CCC53. Grayscale: #797979. Windows color (decimal): -838740 or 11285491. OLE color: 11285491.
HSL color Cylindrical-coordinate representation of color #F333AC: hue angle of 322.19º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F333AC is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 172 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.05 |
| HSL | 322.19º | 0.89% | 0.58% | - |
| HSV(B) | 322.19º | 0.79% | 0.95% | - |
| XYZ | 45.59 | 24.4 | 41.34 | - |
| YUV | 122.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 172 | 0 | 0.79 | 0.29 | 0.05 | 322.19 | 0.89 | 0.58 |
| Hex | F3 | 33 | AC | 0 | 4F | 1D | 5 | 142 | 59 | 3A |
| Octal | 363 | 63 | 254 | 0 | 117 | 35 | 5 | 502 | 131 | 72 |
| Binary | 11110011 | 110011 | 10101100 | 0 | 1001111 | 11101 | 101 | 101000010 | 1011001 | 111010 |
Color Harmonies of #F333AC
Complementary color
Monochromatic Colors of #F333AC
Black with #F333AC
Text Example
Text Example
White with #F333AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F333AC; }
p { color: rgb(243,51,172); }
H1.HeaderClassName
{
color: #F333AC;
}
.AnyTagClassName
{
color: #F333AC;
}
</style>
background-color css
<style>
a { background-color: #F333AC; }
a { background-color: rgb(243,51,172); }
div.DivClassName
{
background-color: #F333AC;
}
.BgClassName
{
background-color: #F333AC;
}
</style>
border-color css
<style>
span { border-color: #F333AC; }
span { border-color: rgb(243,51,172); }
td.TdClassName
{
border-color: #F333AC;
}
.TagClassName
{
border-color: #F333AC;
}
</style>