Shades of Persian Rose #FF34B2
Tints of Persian Rose #FF34B2
RGB
CMYK
RGB Variations
Color information
#FF34B2 (or 0xFF34B2) is known color: Persian Rose. HEX triplet: FF, 34 and B2. RGB value is (255,52,178). Sum of RGB (Red+Green+Blue) = 255+52+178=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF34B2 is #00CB4D. Grayscale: #7E7E7E. Windows color (decimal): -52046 or 11678975. OLE color: 11678975.
HSL color Cylindrical-coordinate representation of color #FF34B2: hue angle of 322.76º 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 #FF34B2 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 178 | - |
| CMYK | 0 | 0.80 | 0.30 | 0 |
| HSL | 322.76º | 1% | 0.6% | - |
| HSV(B) | 322.76º | 0.8% | 1% | - |
| XYZ | 50.5 | 26.93 | 44.66 | - |
| YUV | 127.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 178 | 0 | 0.80 | 0.30 | 0 | 322.76 | 1 | 0.6 |
| Hex | FF | 34 | B2 | 0 | 50 | 1E | 0 | 143 | 64 | 3C |
| Octal | 377 | 64 | 262 | 0 | 120 | 36 | 0 | 503 | 144 | 74 |
| Binary | 11111111 | 110100 | 10110010 | 0 | 1010000 | 11110 | 0 | 101000011 | 1100100 | 111100 |
Color Harmonies of #FF34B2
Complementary color
Monochromatic Colors of #FF34B2
Black with #FF34B2
Text Example
Text Example
White with #FF34B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34B2; }
p { color: rgb(255,52,178); }
H1.HeaderClassName
{
color: #FF34B2;
}
.AnyTagClassName
{
color: #FF34B2;
}
</style>
background-color css
<style>
a { background-color: #FF34B2; }
a { background-color: rgb(255,52,178); }
div.DivClassName
{
background-color: #FF34B2;
}
.BgClassName
{
background-color: #FF34B2;
}
</style>
border-color css
<style>
span { border-color: #FF34B2; }
span { border-color: rgb(255,52,178); }
td.TdClassName
{
border-color: #FF34B2;
}
.TagClassName
{
border-color: #FF34B2;
}
</style>