Shades of Persian Rose #FF3DAE
Tints of Persian Rose #FF3DAE
RGB
CMYK
RGB Variations
Color information
#FF3DAE (or 0xFF3DAE) is known color: Persian Rose. HEX triplet: FF, 3D and AE. RGB value is (255,61,174). Sum of RGB (Red+Green+Blue) = 255+61+174=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3DAE is #00C251. Grayscale: #838383. Windows color (decimal): -49746 or 11419135. OLE color: 11419135.
HSL color Cylindrical-coordinate representation of color #FF3DAE: hue angle of 325.05º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DAE is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 174 | - |
| CMYK | 0 | 0.76 | 0.32 | 0 |
| HSL | 325.05º | 1% | 0.62% | - |
| HSV(B) | 325.05º | 0.76% | 1% | - |
| XYZ | 50.55 | 27.65 | 42.72 | - |
| YUV | 131.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 174 | 0 | 0.76 | 0.32 | 0 | 325.05 | 1 | 0.62 |
| Hex | FF | 3D | AE | 0 | 4C | 20 | 0 | 145 | 64 | 3E |
| Octal | 377 | 75 | 256 | 0 | 114 | 40 | 0 | 505 | 144 | 76 |
| Binary | 11111111 | 111101 | 10101110 | 0 | 1001100 | 100000 | 0 | 101000101 | 1100100 | 111110 |
Color Harmonies of #FF3DAE
Complementary color
Monochromatic Colors of #FF3DAE
Black with #FF3DAE
Text Example
Text Example
White with #FF3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DAE; }
p { color: rgb(255,61,174); }
H1.HeaderClassName
{
color: #FF3DAE;
}
.AnyTagClassName
{
color: #FF3DAE;
}
</style>
background-color css
<style>
a { background-color: #FF3DAE; }
a { background-color: rgb(255,61,174); }
div.DivClassName
{
background-color: #FF3DAE;
}
.BgClassName
{
background-color: #FF3DAE;
}
</style>
border-color css
<style>
span { border-color: #FF3DAE; }
span { border-color: rgb(255,61,174); }
td.TdClassName
{
border-color: #FF3DAE;
}
.TagClassName
{
border-color: #FF3DAE;
}
</style>