Shades of Persian Rose #F53DAE
Tints of Persian Rose #F53DAE
RGB
CMYK
RGB Variations
Color information
#F53DAE (or 0xF53DAE) is known color: Persian Rose. HEX triplet: F5, 3D and AE. RGB value is (245,61,174). Sum of RGB (Red+Green+Blue) = 245+61+174=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F53DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53DAE is #0AC251. Grayscale: #808080. Windows color (decimal): -705106 or 11419125. OLE color: 11419125.
HSL color Cylindrical-coordinate representation of color #F53DAE: hue angle of 323.15º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53DAE is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 174 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.04 |
| HSL | 323.15º | 0.9% | 0.6% | - |
| HSV(B) | 323.15º | 0.75% | 0.96% | - |
| XYZ | 46.96 | 25.81 | 42.55 | - |
| YUV | 128.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 174 | 0 | 0.75 | 0.29 | 0.04 | 323.15 | 0.9 | 0.6 |
| Hex | F5 | 3D | AE | 0 | 4B | 1D | 4 | 143 | 5A | 3C |
| Octal | 365 | 75 | 256 | 0 | 113 | 35 | 4 | 503 | 132 | 74 |
| Binary | 11110101 | 111101 | 10101110 | 0 | 1001011 | 11101 | 100 | 101000011 | 1011010 | 111100 |
Color Harmonies of #F53DAE
Complementary color
Monochromatic Colors of #F53DAE
Black with #F53DAE
Text Example
Text Example
White with #F53DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53DAE; }
p { color: rgb(245,61,174); }
H1.HeaderClassName
{
color: #F53DAE;
}
.AnyTagClassName
{
color: #F53DAE;
}
</style>
background-color css
<style>
a { background-color: #F53DAE; }
a { background-color: rgb(245,61,174); }
div.DivClassName
{
background-color: #F53DAE;
}
.BgClassName
{
background-color: #F53DAE;
}
</style>
border-color css
<style>
span { border-color: #F53DAE; }
span { border-color: rgb(245,61,174); }
td.TdClassName
{
border-color: #F53DAE;
}
.TagClassName
{
border-color: #F53DAE;
}
</style>