Shades of Persian Rose #F62FAE
Tints of Persian Rose #F62FAE
RGB
CMYK
RGB Variations
Color information
#F62FAE (or 0xF62FAE) is known color: Persian Rose. HEX triplet: F6, 2F and AE. RGB value is (246,47,174). Sum of RGB (Red+Green+Blue) = 246+47+174=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F62FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62FAE is #09D051. Grayscale: #787878. Windows color (decimal): -643154 or 11415542. OLE color: 11415542.
HSL color Cylindrical-coordinate representation of color #F62FAE: hue angle of 321.71º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62FAE is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 174 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.04 |
| HSL | 321.71º | 0.92% | 0.57% | - |
| HSV(B) | 321.71º | 0.81% | 0.96% | - |
| XYZ | 46.66 | 24.68 | 42.35 | - |
| YUV | 120.98 | 157.93 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 174 | 0 | 0.81 | 0.29 | 0.04 | 321.71 | 0.92 | 0.57 |
| Hex | F6 | 2F | AE | 0 | 51 | 1D | 4 | 142 | 5C | 39 |
| Octal | 366 | 57 | 256 | 0 | 121 | 35 | 4 | 502 | 134 | 71 |
| Binary | 11110110 | 101111 | 10101110 | 0 | 1010001 | 11101 | 100 | 101000010 | 1011100 | 111001 |
Color Harmonies of #F62FAE
Complementary color
Monochromatic Colors of #F62FAE
Black with #F62FAE
Text Example
Text Example
White with #F62FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62FAE; }
p { color: rgb(246,47,174); }
H1.HeaderClassName
{
color: #F62FAE;
}
.AnyTagClassName
{
color: #F62FAE;
}
</style>
background-color css
<style>
a { background-color: #F62FAE; }
a { background-color: rgb(246,47,174); }
div.DivClassName
{
background-color: #F62FAE;
}
.BgClassName
{
background-color: #F62FAE;
}
</style>
border-color css
<style>
span { border-color: #F62FAE; }
span { border-color: rgb(246,47,174); }
td.TdClassName
{
border-color: #F62FAE;
}
.TagClassName
{
border-color: #F62FAE;
}
</style>