Shades of Persian Rose #F13AAC
Tints of Persian Rose #F13AAC
RGB
CMYK
RGB Variations
Color information
#F13AAC (or 0xF13AAC) is known color: Persian Rose. HEX triplet: F1, 3A and AC. RGB value is (241,58,172). Sum of RGB (Red+Green+Blue) = 241+58+172=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AAC is #0EC553. Grayscale: #7D7D7D. Windows color (decimal): -968020 or 11287281. OLE color: 11287281.
HSL color Cylindrical-coordinate representation of color #F13AAC: hue angle of 322.62º 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 #F13AAC is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 172 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 322.62º | 0.87% | 0.59% | - |
| HSV(B) | 322.62º | 0.76% | 0.95% | - |
| XYZ | 45.24 | 24.71 | 41.41 | - |
| YUV | 125.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 172 | 0 | 0.76 | 0.29 | 0.05 | 322.62 | 0.87 | 0.59 |
| Hex | F1 | 3A | AC | 0 | 4C | 1D | 5 | 143 | 57 | 3B |
| Octal | 361 | 72 | 254 | 0 | 114 | 35 | 5 | 503 | 127 | 73 |
| Binary | 11110001 | 111010 | 10101100 | 0 | 1001100 | 11101 | 101 | 101000011 | 1010111 | 111011 |
Color Harmonies of #F13AAC
Complementary color
Monochromatic Colors of #F13AAC
Black with #F13AAC
Text Example
Text Example
White with #F13AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AAC; }
p { color: rgb(241,58,172); }
H1.HeaderClassName
{
color: #F13AAC;
}
.AnyTagClassName
{
color: #F13AAC;
}
</style>
background-color css
<style>
a { background-color: #F13AAC; }
a { background-color: rgb(241,58,172); }
div.DivClassName
{
background-color: #F13AAC;
}
.BgClassName
{
background-color: #F13AAC;
}
</style>
border-color css
<style>
span { border-color: #F13AAC; }
span { border-color: rgb(241,58,172); }
td.TdClassName
{
border-color: #F13AAC;
}
.TagClassName
{
border-color: #F13AAC;
}
</style>