Shades of Persian Rose #F13AAA
Tints of Persian Rose #F13AAA
RGB
CMYK
RGB Variations
Color information
#F13AAA (or 0xF13AAA) is known color: Persian Rose. HEX triplet: F1, 3A and AA. RGB value is (241,58,170). Sum of RGB (Red+Green+Blue) = 241+58+170=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AAA is #0EC555. Grayscale: #7D7D7D. Windows color (decimal): -968022 or 11156209. OLE color: 11156209.
HSL color Cylindrical-coordinate representation of color #F13AAA: hue angle of 323.28º degrees, saturation: 0.87, 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 #F13AAA is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 170 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 323.28º | 0.87% | 0.59% | - |
| HSV(B) | 323.28º | 0.76% | 0.95% | - |
| XYZ | 45.04 | 24.63 | 40.41 | - |
| YUV | 125.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 170 | 0 | 0.76 | 0.29 | 0.05 | 323.28 | 0.87 | 0.59 |
| Hex | F1 | 3A | AA | 0 | 4C | 1D | 5 | 143 | 57 | 3B |
| Octal | 361 | 72 | 252 | 0 | 114 | 35 | 5 | 503 | 127 | 73 |
| Binary | 11110001 | 111010 | 10101010 | 0 | 1001100 | 11101 | 101 | 101000011 | 1010111 | 111011 |
Color Harmonies of #F13AAA
Complementary color
Monochromatic Colors of #F13AAA
Black with #F13AAA
Text Example
Text Example
White with #F13AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AAA; }
p { color: rgb(241,58,170); }
H1.HeaderClassName
{
color: #F13AAA;
}
.AnyTagClassName
{
color: #F13AAA;
}
</style>
background-color css
<style>
a { background-color: #F13AAA; }
a { background-color: rgb(241,58,170); }
div.DivClassName
{
background-color: #F13AAA;
}
.BgClassName
{
background-color: #F13AAA;
}
</style>
border-color css
<style>
span { border-color: #F13AAA; }
span { border-color: rgb(241,58,170); }
td.TdClassName
{
border-color: #F13AAA;
}
.TagClassName
{
border-color: #F13AAA;
}
</style>