Shades of Persian Rose #F330AC
Tints of Persian Rose #F330AC
RGB
CMYK
RGB Variations
Color information
#F330AC (or 0xF330AC) is known color: Persian Rose. HEX triplet: F3, 30 and AC. RGB value is (243,48,172). Sum of RGB (Red+Green+Blue) = 243+48+172=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F330AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F330AC is #0CCF53. Grayscale: #787878. Windows color (decimal): -839508 or 11284723. OLE color: 11284723.
HSL color Cylindrical-coordinate representation of color #F330AC: hue angle of 321.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F330AC is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 172 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.05 |
| HSL | 321.85º | 0.89% | 0.57% | - |
| HSV(B) | 321.85º | 0.8% | 0.95% | - |
| XYZ | 45.47 | 24.15 | 41.29 | - |
| YUV | 120.44 | 157.1 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 172 | 0 | 0.80 | 0.29 | 0.05 | 321.85 | 0.89 | 0.57 |
| Hex | F3 | 30 | AC | 0 | 50 | 1D | 5 | 142 | 59 | 39 |
| Octal | 363 | 60 | 254 | 0 | 120 | 35 | 5 | 502 | 131 | 71 |
| Binary | 11110011 | 110000 | 10101100 | 0 | 1010000 | 11101 | 101 | 101000010 | 1011001 | 111001 |
Color Harmonies of #F330AC
Complementary color
Monochromatic Colors of #F330AC
Black with #F330AC
Text Example
Text Example
White with #F330AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F330AC; }
p { color: rgb(243,48,172); }
H1.HeaderClassName
{
color: #F330AC;
}
.AnyTagClassName
{
color: #F330AC;
}
</style>
background-color css
<style>
a { background-color: #F330AC; }
a { background-color: rgb(243,48,172); }
div.DivClassName
{
background-color: #F330AC;
}
.BgClassName
{
background-color: #F330AC;
}
</style>
border-color css
<style>
span { border-color: #F330AC; }
span { border-color: rgb(243,48,172); }
td.TdClassName
{
border-color: #F330AC;
}
.TagClassName
{
border-color: #F330AC;
}
</style>