Shades of Persian Rose #FF3AAC
Tints of Persian Rose #FF3AAC
RGB
CMYK
RGB Variations
Color information
#FF3AAC (or 0xFF3AAC) is known color: Persian Rose. HEX triplet: FF, 3A and AC. RGB value is (255,58,172). Sum of RGB (Red+Green+Blue) = 255+58+172=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AAC is #00C553. Grayscale: #818181. Windows color (decimal): -50516 or 11287295. OLE color: 11287295.
HSL color Cylindrical-coordinate representation of color #FF3AAC: hue angle of 325.28º 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 #FF3AAC is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 172 | - |
| CMYK | 0 | 0.77 | 0.33 | 0 |
| HSL | 325.28º | 1% | 0.61% | - |
| HSV(B) | 325.28º | 0.77% | 1% | - |
| XYZ | 50.2 | 27.26 | 41.65 | - |
| YUV | 129.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 172 | 0 | 0.77 | 0.33 | 0 | 325.28 | 1 | 0.61 |
| Hex | FF | 3A | AC | 0 | 4D | 21 | 0 | 145 | 64 | 3D |
| Octal | 377 | 72 | 254 | 0 | 115 | 41 | 0 | 505 | 144 | 75 |
| Binary | 11111111 | 111010 | 10101100 | 0 | 1001101 | 100001 | 0 | 101000101 | 1100100 | 111101 |
Color Harmonies of #FF3AAC
Complementary color
Monochromatic Colors of #FF3AAC
Black with #FF3AAC
Text Example
Text Example
White with #FF3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AAC; }
p { color: rgb(255,58,172); }
H1.HeaderClassName
{
color: #FF3AAC;
}
.AnyTagClassName
{
color: #FF3AAC;
}
</style>
background-color css
<style>
a { background-color: #FF3AAC; }
a { background-color: rgb(255,58,172); }
div.DivClassName
{
background-color: #FF3AAC;
}
.BgClassName
{
background-color: #FF3AAC;
}
</style>
border-color css
<style>
span { border-color: #FF3AAC; }
span { border-color: rgb(255,58,172); }
td.TdClassName
{
border-color: #FF3AAC;
}
.TagClassName
{
border-color: #FF3AAC;
}
</style>