Shades of Persian Rose #F33AAC
Tints of Persian Rose #F33AAC
RGB
CMYK
RGB Variations
Color information
#F33AAC (or 0xF33AAC) is known color: Persian Rose. HEX triplet: F3, 3A and AC. RGB value is (243,58,172). Sum of RGB (Red+Green+Blue) = 243+58+172=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AAC is #0CC553. Grayscale: #7E7E7E. Windows color (decimal): -836948 or 11287283. OLE color: 11287283.
HSL color Cylindrical-coordinate representation of color #F33AAC: hue angle of 323.03º 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 #F33AAC is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 172 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 323.03º | 0.89% | 0.59% | - |
| HSV(B) | 323.03º | 0.76% | 0.95% | - |
| XYZ | 45.92 | 25.06 | 41.45 | - |
| YUV | 126.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 172 | 0 | 0.76 | 0.29 | 0.05 | 323.03 | 0.89 | 0.59 |
| Hex | F3 | 3A | AC | 0 | 4C | 1D | 5 | 143 | 59 | 3B |
| Octal | 363 | 72 | 254 | 0 | 114 | 35 | 5 | 503 | 131 | 73 |
| Binary | 11110011 | 111010 | 10101100 | 0 | 1001100 | 11101 | 101 | 101000011 | 1011001 | 111011 |
Color Harmonies of #F33AAC
Complementary color
Monochromatic Colors of #F33AAC
Black with #F33AAC
Text Example
Text Example
White with #F33AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AAC; }
p { color: rgb(243,58,172); }
H1.HeaderClassName
{
color: #F33AAC;
}
.AnyTagClassName
{
color: #F33AAC;
}
</style>
background-color css
<style>
a { background-color: #F33AAC; }
a { background-color: rgb(243,58,172); }
div.DivClassName
{
background-color: #F33AAC;
}
.BgClassName
{
background-color: #F33AAC;
}
</style>
border-color css
<style>
span { border-color: #F33AAC; }
span { border-color: rgb(243,58,172); }
td.TdClassName
{
border-color: #F33AAC;
}
.TagClassName
{
border-color: #F33AAC;
}
</style>