Shades of Persian Rose #F13AAB
Tints of Persian Rose #F13AAB
RGB
CMYK
RGB Variations
Color information
#F13AAB (or 0xF13AAB) is known color: Persian Rose. HEX triplet: F1, 3A and AB. RGB value is (241,58,171). Sum of RGB (Red+Green+Blue) = 241+58+171=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AAB is #0EC554. Grayscale: #7D7D7D. Windows color (decimal): -968021 or 11221745. OLE color: 11221745.
HSL color Cylindrical-coordinate representation of color #F13AAB: hue angle of 322.95º 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 #F13AAB is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 171 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 322.95º | 0.87% | 0.59% | - |
| HSV(B) | 322.95º | 0.76% | 0.95% | - |
| XYZ | 45.14 | 24.67 | 40.91 | - |
| YUV | 125.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 171 | 0 | 0.76 | 0.29 | 0.05 | 322.95 | 0.87 | 0.59 |
| Hex | F1 | 3A | AB | 0 | 4C | 1D | 5 | 143 | 57 | 3B |
| Octal | 361 | 72 | 253 | 0 | 114 | 35 | 5 | 503 | 127 | 73 |
| Binary | 11110001 | 111010 | 10101011 | 0 | 1001100 | 11101 | 101 | 101000011 | 1010111 | 111011 |
Color Harmonies of #F13AAB
Complementary color
Monochromatic Colors of #F13AAB
Black with #F13AAB
Text Example
Text Example
White with #F13AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AAB; }
p { color: rgb(241,58,171); }
H1.HeaderClassName
{
color: #F13AAB;
}
.AnyTagClassName
{
color: #F13AAB;
}
</style>
background-color css
<style>
a { background-color: #F13AAB; }
a { background-color: rgb(241,58,171); }
div.DivClassName
{
background-color: #F13AAB;
}
.BgClassName
{
background-color: #F13AAB;
}
</style>
border-color css
<style>
span { border-color: #F13AAB; }
span { border-color: rgb(241,58,171); }
td.TdClassName
{
border-color: #F13AAB;
}
.TagClassName
{
border-color: #F13AAB;
}
</style>