Shades of Persian Rose #FF34AE
Tints of Persian Rose #FF34AE
RGB
CMYK
RGB Variations
Color information
#FF34AE (or 0xFF34AE) is known color: Persian Rose. HEX triplet: FF, 34 and AE. RGB value is (255,52,174). Sum of RGB (Red+Green+Blue) = 255+52+174=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34AE is #00CB51. Grayscale: #7E7E7E. Windows color (decimal): -52050 or 11416831. OLE color: 11416831.
HSL color Cylindrical-coordinate representation of color #FF34AE: hue angle of 323.94º 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 #FF34AE is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 174 | - |
| CMYK | 0 | 0.80 | 0.32 | 0 |
| HSL | 323.94º | 1% | 0.6% | - |
| HSV(B) | 323.94º | 0.8% | 1% | - |
| XYZ | 50.11 | 26.77 | 42.57 | - |
| YUV | 126.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 174 | 0 | 0.80 | 0.32 | 0 | 323.94 | 1 | 0.6 |
| Hex | FF | 34 | AE | 0 | 50 | 20 | 0 | 144 | 64 | 3C |
| Octal | 377 | 64 | 256 | 0 | 120 | 40 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110100 | 10101110 | 0 | 1010000 | 100000 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF34AE
Complementary color
Monochromatic Colors of #FF34AE
Black with #FF34AE
Text Example
Text Example
White with #FF34AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34AE; }
p { color: rgb(255,52,174); }
H1.HeaderClassName
{
color: #FF34AE;
}
.AnyTagClassName
{
color: #FF34AE;
}
</style>
background-color css
<style>
a { background-color: #FF34AE; }
a { background-color: rgb(255,52,174); }
div.DivClassName
{
background-color: #FF34AE;
}
.BgClassName
{
background-color: #FF34AE;
}
</style>
border-color css
<style>
span { border-color: #FF34AE; }
span { border-color: rgb(255,52,174); }
td.TdClassName
{
border-color: #FF34AE;
}
.TagClassName
{
border-color: #FF34AE;
}
</style>