Shades of Persian Rose #FF3AB0
Tints of Persian Rose #FF3AB0
RGB
CMYK
RGB Variations
Color information
#FF3AB0 (or 0xFF3AB0) is known color: Persian Rose. HEX triplet: FF, 3A and B0. RGB value is (255,58,176). Sum of RGB (Red+Green+Blue) = 255+58+176=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3AB0 is #00C54F. Grayscale: #828282. Windows color (decimal): -50512 or 11549439. OLE color: 11549439.
HSL color Cylindrical-coordinate representation of color #FF3AB0: hue angle of 324.06º 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 #FF3AB0 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 176 | - |
| CMYK | 0 | 0.77 | 0.31 | 0 |
| HSL | 324.06º | 1% | 0.61% | - |
| HSV(B) | 324.06º | 0.77% | 1% | - |
| XYZ | 50.59 | 27.42 | 43.7 | - |
| YUV | 130.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 176 | 0 | 0.77 | 0.31 | 0 | 324.06 | 1 | 0.61 |
| Hex | FF | 3A | B0 | 0 | 4D | 1F | 0 | 144 | 64 | 3D |
| Octal | 377 | 72 | 260 | 0 | 115 | 37 | 0 | 504 | 144 | 75 |
| Binary | 11111111 | 111010 | 10110000 | 0 | 1001101 | 11111 | 0 | 101000100 | 1100100 | 111101 |
Color Harmonies of #FF3AB0
Complementary color
Monochromatic Colors of #FF3AB0
Black with #FF3AB0
Text Example
Text Example
White with #FF3AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AB0; }
p { color: rgb(255,58,176); }
H1.HeaderClassName
{
color: #FF3AB0;
}
.AnyTagClassName
{
color: #FF3AB0;
}
</style>
background-color css
<style>
a { background-color: #FF3AB0; }
a { background-color: rgb(255,58,176); }
div.DivClassName
{
background-color: #FF3AB0;
}
.BgClassName
{
background-color: #FF3AB0;
}
</style>
border-color css
<style>
span { border-color: #FF3AB0; }
span { border-color: rgb(255,58,176); }
td.TdClassName
{
border-color: #FF3AB0;
}
.TagClassName
{
border-color: #FF3AB0;
}
</style>