Shades of Persian Rose #F62BAE
Tints of Persian Rose #F62BAE
RGB
CMYK
RGB Variations
Color information
#F62BAE (or 0xF62BAE) is known color: Persian Rose. HEX triplet: F6, 2B and AE. RGB value is (246,43,174). Sum of RGB (Red+Green+Blue) = 246+43+174=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62BAE is #09D451. Grayscale: #767676. Windows color (decimal): -644178 or 11414518. OLE color: 11414518.
HSL color Cylindrical-coordinate representation of color #F62BAE: hue angle of 321.28º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62BAE is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 174 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.04 |
| HSL | 321.28º | 0.92% | 0.57% | - |
| HSV(B) | 321.28º | 0.83% | 0.96% | - |
| XYZ | 46.51 | 24.38 | 42.3 | - |
| YUV | 118.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 174 | 0 | 0.83 | 0.29 | 0.04 | 321.28 | 0.92 | 0.57 |
| Hex | F6 | 2B | AE | 0 | 53 | 1D | 4 | 141 | 5C | 39 |
| Octal | 366 | 53 | 256 | 0 | 123 | 35 | 4 | 501 | 134 | 71 |
| Binary | 11110110 | 101011 | 10101110 | 0 | 1010011 | 11101 | 100 | 101000001 | 1011100 | 111001 |
Color Harmonies of #F62BAE
Complementary color
Monochromatic Colors of #F62BAE
Black with #F62BAE
Text Example
Text Example
White with #F62BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62BAE; }
p { color: rgb(246,43,174); }
H1.HeaderClassName
{
color: #F62BAE;
}
.AnyTagClassName
{
color: #F62BAE;
}
</style>
background-color css
<style>
a { background-color: #F62BAE; }
a { background-color: rgb(246,43,174); }
div.DivClassName
{
background-color: #F62BAE;
}
.BgClassName
{
background-color: #F62BAE;
}
</style>
border-color css
<style>
span { border-color: #F62BAE; }
span { border-color: rgb(246,43,174); }
td.TdClassName
{
border-color: #F62BAE;
}
.TagClassName
{
border-color: #F62BAE;
}
</style>