Shades of Persian Rose #F13AB1
Tints of Persian Rose #F13AB1
RGB
CMYK
RGB Variations
Color information
#F13AB1 (or 0xF13AB1) is known color: Persian Rose. HEX triplet: F1, 3A and B1. RGB value is (241,58,177). Sum of RGB (Red+Green+Blue) = 241+58+177=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F13AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13AB1 is #0EC54E. Grayscale: #7D7D7D. Windows color (decimal): -968015 or 11614961. OLE color: 11614961.
HSL color Cylindrical-coordinate representation of color #F13AB1: hue angle of 320.98º 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 #F13AB1 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 177 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.05 |
| HSL | 320.98º | 0.87% | 0.59% | - |
| HSV(B) | 320.98º | 0.76% | 0.95% | - |
| XYZ | 45.72 | 24.9 | 43.99 | - |
| YUV | 126.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 177 | 0 | 0.76 | 0.27 | 0.05 | 320.98 | 0.87 | 0.59 |
| Hex | F1 | 3A | B1 | 0 | 4C | 1B | 5 | 141 | 57 | 3B |
| Octal | 361 | 72 | 261 | 0 | 114 | 33 | 5 | 501 | 127 | 73 |
| Binary | 11110001 | 111010 | 10110001 | 0 | 1001100 | 11011 | 101 | 101000001 | 1010111 | 111011 |
Color Harmonies of #F13AB1
Complementary color
Monochromatic Colors of #F13AB1
Black with #F13AB1
Text Example
Text Example
White with #F13AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13AB1; }
p { color: rgb(241,58,177); }
H1.HeaderClassName
{
color: #F13AB1;
}
.AnyTagClassName
{
color: #F13AB1;
}
</style>
background-color css
<style>
a { background-color: #F13AB1; }
a { background-color: rgb(241,58,177); }
div.DivClassName
{
background-color: #F13AB1;
}
.BgClassName
{
background-color: #F13AB1;
}
</style>
border-color css
<style>
span { border-color: #F13AB1; }
span { border-color: rgb(241,58,177); }
td.TdClassName
{
border-color: #F13AB1;
}
.TagClassName
{
border-color: #F13AB1;
}
</style>