Shades of Persian Rose #FF3AB1
Tints of Persian Rose #FF3AB1
RGB
CMYK
RGB Variations
Color information
#FF3AB1 (or 0xFF3AB1) is known color: Persian Rose. HEX triplet: FF, 3A and B1. RGB value is (255,58,177). Sum of RGB (Red+Green+Blue) = 255+58+177=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AB1 is #00C54E. Grayscale: #828282. Windows color (decimal): -50511 or 11614975. OLE color: 11614975.
HSL color Cylindrical-coordinate representation of color #FF3AB1: hue angle of 323.76º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3AB1 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 177 | - |
| CMYK | 0 | 0.77 | 0.31 | 0 |
| HSL | 323.76º | 1% | 0.61% | - |
| HSV(B) | 323.76º | 0.77% | 1% | - |
| XYZ | 50.69 | 27.46 | 44.22 | - |
| YUV | 130.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 177 | 0 | 0.77 | 0.31 | 0 | 323.76 | 1 | 0.61 |
| Hex | FF | 3A | B1 | 0 | 4D | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 72 | 261 | 0 | 115 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 111010 | 10110001 | 0 | 1001101 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF3AB1
Complementary color
Monochromatic Colors of #FF3AB1
Black with #FF3AB1
Text Example
Text Example
White with #FF3AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AB1; }
p { color: rgb(255,58,177); }
H1.HeaderClassName
{
color: #FF3AB1;
}
.AnyTagClassName
{
color: #FF3AB1;
}
</style>
background-color css
<style>
a { background-color: #FF3AB1; }
a { background-color: rgb(255,58,177); }
div.DivClassName
{
background-color: #FF3AB1;
}
.BgClassName
{
background-color: #FF3AB1;
}
</style>
border-color css
<style>
span { border-color: #FF3AB1; }
span { border-color: rgb(255,58,177); }
td.TdClassName
{
border-color: #FF3AB1;
}
.TagClassName
{
border-color: #FF3AB1;
}
</style>