Shades of Persian Rose #FF3BAE
Tints of Persian Rose #FF3BAE
RGB
CMYK
RGB Variations
Color information
#FF3BAE (or 0xFF3BAE) is known color: Persian Rose. HEX triplet: FF, 3B and AE. RGB value is (255,59,174). Sum of RGB (Red+Green+Blue) = 255+59+174=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3BAE is #00C451. Grayscale: #828282. Windows color (decimal): -50258 or 11418623. OLE color: 11418623.
HSL color Cylindrical-coordinate representation of color #FF3BAE: hue angle of 324.8º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BAE is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 174 | - |
| CMYK | 0 | 0.77 | 0.32 | 0 |
| HSL | 324.8º | 1% | 0.62% | - |
| HSV(B) | 324.8º | 0.77% | 1% | - |
| XYZ | 50.44 | 27.44 | 42.68 | - |
| YUV | 130.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 174 | 0 | 0.77 | 0.32 | 0 | 324.8 | 1 | 0.62 |
| Hex | FF | 3B | AE | 0 | 4D | 20 | 0 | 145 | 64 | 3E |
| Octal | 377 | 73 | 256 | 0 | 115 | 40 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111011 | 10101110 | 0 | 1001101 | 100000 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3BAE
Complementary color
Monochromatic Colors of #FF3BAE
Black with #FF3BAE
Text Example
Text Example
White with #FF3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BAE; }
p { color: rgb(255,59,174); }
H1.HeaderClassName
{
color: #FF3BAE;
}
.AnyTagClassName
{
color: #FF3BAE;
}
</style>
background-color css
<style>
a { background-color: #FF3BAE; }
a { background-color: rgb(255,59,174); }
div.DivClassName
{
background-color: #FF3BAE;
}
.BgClassName
{
background-color: #FF3BAE;
}
</style>
border-color css
<style>
span { border-color: #FF3BAE; }
span { border-color: rgb(255,59,174); }
td.TdClassName
{
border-color: #FF3BAE;
}
.TagClassName
{
border-color: #FF3BAE;
}
</style>