Shades of Persian Rose #FF3AB4
Tints of Persian Rose #FF3AB4
RGB
CMYK
RGB Variations
Color information
#FF3AB4 (or 0xFF3AB4) is known color: Persian Rose. HEX triplet: FF, 3A and B4. RGB value is (255,58,180). Sum of RGB (Red+Green+Blue) = 255+58+180=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3AB4 is #00C54B. Grayscale: #828282. Windows color (decimal): -50508 or 11811583. OLE color: 11811583.
HSL color Cylindrical-coordinate representation of color #FF3AB4: hue angle of 322.84º 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 #FF3AB4 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 180 | - |
| CMYK | 0 | 0.77 | 0.29 | 0 |
| HSL | 322.84º | 1% | 0.61% | - |
| HSV(B) | 322.84º | 0.77% | 1% | - |
| XYZ | 50.99 | 27.58 | 45.82 | - |
| YUV | 130.81 | 155.77 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 180 | 0 | 0.77 | 0.29 | 0 | 322.84 | 1 | 0.61 |
| Hex | FF | 3A | B4 | 0 | 4D | 1D | 0 | 143 | 64 | 3D |
| Octal | 377 | 72 | 264 | 0 | 115 | 35 | 0 | 503 | 144 | 75 |
| Binary | 11111111 | 111010 | 10110100 | 0 | 1001101 | 11101 | 0 | 101000011 | 1100100 | 111101 |
Color Harmonies of #FF3AB4
Complementary color
Monochromatic Colors of #FF3AB4
Black with #FF3AB4
Text Example
Text Example
White with #FF3AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3AB4; }
p { color: rgb(255,58,180); }
H1.HeaderClassName
{
color: #FF3AB4;
}
.AnyTagClassName
{
color: #FF3AB4;
}
</style>
background-color css
<style>
a { background-color: #FF3AB4; }
a { background-color: rgb(255,58,180); }
div.DivClassName
{
background-color: #FF3AB4;
}
.BgClassName
{
background-color: #FF3AB4;
}
</style>
border-color css
<style>
span { border-color: #FF3AB4; }
span { border-color: rgb(255,58,180); }
td.TdClassName
{
border-color: #FF3AB4;
}
.TagClassName
{
border-color: #FF3AB4;
}
</style>