Shades of Persian Rose #FF3AB3
Tints of Persian Rose #FF3AB3
RGB
CMYK
RGB Variations
Color information
#FF3AB3 (or 0xFF3AB3) is known color: Persian Rose. HEX triplet: FF, 3A and B3. RGB value is (255,58,179). Sum of RGB (Red+Green+Blue) = 255+58+179=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3AB3 is #00C54C. Grayscale: #828282. Windows color (decimal): -50509 or 11746047. OLE color: 11746047.
HSL color Cylindrical-coordinate representation of color #FF3AB3: hue angle of 323.15º 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 #FF3AB3 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 179 | - |
| CMYK | 0 | 0.77 | 0.30 | 0 |
| HSL | 323.15º | 1% | 0.61% | - |
| HSV(B) | 323.15º | 0.77% | 1% | - |
| XYZ | 50.89 | 27.54 | 45.28 | - |
| YUV | 130.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 179 | 0 | 0.77 | 0.30 | 0 | 323.15 | 1 | 0.61 |
| Hex | FF | 3A | B3 | 0 | 4D | 1E | 0 | 143 | 64 | 3D |
| Octal | 377 | 72 | 263 | 0 | 115 | 36 | 0 | 503 | 144 | 75 |
| Binary | 11111111 | 111010 | 10110011 | 0 | 1001101 | 11110 | 0 | 101000011 | 1100100 | 111101 |
Color Harmonies of #FF3AB3
Complementary color
Monochromatic Colors of #FF3AB3
Black with #FF3AB3
Text Example
Text Example
White with #FF3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AB3; }
p { color: rgb(255,58,179); }
H1.HeaderClassName
{
color: #FF3AB3;
}
.AnyTagClassName
{
color: #FF3AB3;
}
</style>
background-color css
<style>
a { background-color: #FF3AB3; }
a { background-color: rgb(255,58,179); }
div.DivClassName
{
background-color: #FF3AB3;
}
.BgClassName
{
background-color: #FF3AB3;
}
</style>
border-color css
<style>
span { border-color: #FF3AB3; }
span { border-color: rgb(255,58,179); }
td.TdClassName
{
border-color: #FF3AB3;
}
.TagClassName
{
border-color: #FF3AB3;
}
</style>