Shades of Persian Rose #F33AAF
Tints of Persian Rose #F33AAF
RGB
CMYK
RGB Variations
Color information
#F33AAF (or 0xF33AAF) is known color: Persian Rose. HEX triplet: F3, 3A and AF. RGB value is (243,58,175). Sum of RGB (Red+Green+Blue) = 243+58+175=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F33AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33AAF is #0CC550. Grayscale: #7E7E7E. Windows color (decimal): -836945 or 11483891. OLE color: 11483891.
HSL color Cylindrical-coordinate representation of color #F33AAF: hue angle of 322.05º 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 #F33AAF is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 175 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.05º | 0.89% | 0.59% | - |
| HSV(B) | 322.05º | 0.76% | 0.95% | - |
| XYZ | 46.21 | 25.18 | 42.98 | - |
| YUV | 126.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 175 | 0 | 0.76 | 0.28 | 0.05 | 322.05 | 0.89 | 0.59 |
| Hex | F3 | 3A | AF | 0 | 4C | 1C | 5 | 142 | 59 | 3B |
| Octal | 363 | 72 | 257 | 0 | 114 | 34 | 5 | 502 | 131 | 73 |
| Binary | 11110011 | 111010 | 10101111 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F33AAF
Complementary color
Monochromatic Colors of #F33AAF
Black with #F33AAF
Text Example
Text Example
White with #F33AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33AAF; }
p { color: rgb(243,58,175); }
H1.HeaderClassName
{
color: #F33AAF;
}
.AnyTagClassName
{
color: #F33AAF;
}
</style>
background-color css
<style>
a { background-color: #F33AAF; }
a { background-color: rgb(243,58,175); }
div.DivClassName
{
background-color: #F33AAF;
}
.BgClassName
{
background-color: #F33AAF;
}
</style>
border-color css
<style>
span { border-color: #F33AAF; }
span { border-color: rgb(243,58,175); }
td.TdClassName
{
border-color: #F33AAF;
}
.TagClassName
{
border-color: #F33AAF;
}
</style>