Shades of Persian Rose #FF34AC
Tints of Persian Rose #FF34AC
RGB
CMYK
RGB Variations
Color information
#FF34AC (or 0xFF34AC) is known color: Persian Rose. HEX triplet: FF, 34 and AC. RGB value is (255,52,172). Sum of RGB (Red+Green+Blue) = 255+52+172=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34AC is #00CB53. Grayscale: #7E7E7E. Windows color (decimal): -52052 or 11285759. OLE color: 11285759.
HSL color Cylindrical-coordinate representation of color #FF34AC: hue angle of 324.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34AC is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 172 | - |
| CMYK | 0 | 0.80 | 0.33 | 0 |
| HSL | 324.53º | 1% | 0.6% | - |
| HSV(B) | 324.53º | 0.8% | 1% | - |
| XYZ | 49.91 | 26.69 | 41.55 | - |
| YUV | 126.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 172 | 0 | 0.80 | 0.33 | 0 | 324.53 | 1 | 0.6 |
| Hex | FF | 34 | AC | 0 | 50 | 21 | 0 | 145 | 64 | 3C |
| Octal | 377 | 64 | 254 | 0 | 120 | 41 | 0 | 505 | 144 | 74 |
| Binary | 11111111 | 110100 | 10101100 | 0 | 1010000 | 100001 | 0 | 101000101 | 1100100 | 111100 |
Color Harmonies of #FF34AC
Complementary color
Monochromatic Colors of #FF34AC
Black with #FF34AC
Text Example
Text Example
White with #FF34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34AC; }
p { color: rgb(255,52,172); }
H1.HeaderClassName
{
color: #FF34AC;
}
.AnyTagClassName
{
color: #FF34AC;
}
</style>
background-color css
<style>
a { background-color: #FF34AC; }
a { background-color: rgb(255,52,172); }
div.DivClassName
{
background-color: #FF34AC;
}
.BgClassName
{
background-color: #FF34AC;
}
</style>
border-color css
<style>
span { border-color: #FF34AC; }
span { border-color: rgb(255,52,172); }
td.TdClassName
{
border-color: #FF34AC;
}
.TagClassName
{
border-color: #FF34AC;
}
</style>