Shades of Persian Rose #F73DAE
Tints of Persian Rose #F73DAE
RGB
CMYK
RGB Variations
Color information
#F73DAE (or 0xF73DAE) is known color: Persian Rose. HEX triplet: F7, 3D and AE. RGB value is (247,61,174). Sum of RGB (Red+Green+Blue) = 247+61+174=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73DAE is #08C251. Grayscale: #818181. Windows color (decimal): -574034 or 11419127. OLE color: 11419127.
HSL color Cylindrical-coordinate representation of color #F73DAE: hue angle of 323.55º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DAE is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 174 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.03 |
| HSL | 323.55º | 0.92% | 0.6% | - |
| HSV(B) | 323.55º | 0.75% | 0.97% | - |
| XYZ | 47.67 | 26.17 | 42.58 | - |
| YUV | 129.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 174 | 0 | 0.75 | 0.30 | 0.03 | 323.55 | 0.92 | 0.6 |
| Hex | F7 | 3D | AE | 0 | 4B | 1E | 3 | 144 | 5C | 3C |
| Octal | 367 | 75 | 256 | 0 | 113 | 36 | 3 | 504 | 134 | 74 |
| Binary | 11110111 | 111101 | 10101110 | 0 | 1001011 | 11110 | 11 | 101000100 | 1011100 | 111100 |
Color Harmonies of #F73DAE
Complementary color
Monochromatic Colors of #F73DAE
Black with #F73DAE
Text Example
Text Example
White with #F73DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DAE; }
p { color: rgb(247,61,174); }
H1.HeaderClassName
{
color: #F73DAE;
}
.AnyTagClassName
{
color: #F73DAE;
}
</style>
background-color css
<style>
a { background-color: #F73DAE; }
a { background-color: rgb(247,61,174); }
div.DivClassName
{
background-color: #F73DAE;
}
.BgClassName
{
background-color: #F73DAE;
}
</style>
border-color css
<style>
span { border-color: #F73DAE; }
span { border-color: rgb(247,61,174); }
td.TdClassName
{
border-color: #F73DAE;
}
.TagClassName
{
border-color: #F73DAE;
}
</style>