Shades of Persian Rose #F63BAE
Tints of Persian Rose #F63BAE
RGB
CMYK
RGB Variations
Color information
#F63BAE (or 0xF63BAE) is known color: Persian Rose. HEX triplet: F6, 3B and AE. RGB value is (246,59,174). Sum of RGB (Red+Green+Blue) = 246+59+174=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAE is #09C451. Grayscale: #7F7F7F. Windows color (decimal): -640082 or 11418614. OLE color: 11418614.
HSL color Cylindrical-coordinate representation of color #F63BAE: hue angle of 323.1º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63BAE is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 174 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.04 |
| HSL | 323.1º | 0.91% | 0.6% | - |
| HSV(B) | 323.1º | 0.76% | 0.96% | - |
| XYZ | 47.21 | 25.78 | 42.53 | - |
| YUV | 128.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 174 | 0 | 0.76 | 0.29 | 0.04 | 323.1 | 0.91 | 0.6 |
| Hex | F6 | 3B | AE | 0 | 4C | 1D | 4 | 143 | 5B | 3C |
| Octal | 366 | 73 | 256 | 0 | 114 | 35 | 4 | 503 | 133 | 74 |
| Binary | 11110110 | 111011 | 10101110 | 0 | 1001100 | 11101 | 100 | 101000011 | 1011011 | 111100 |
Color Harmonies of #F63BAE
Complementary color
Monochromatic Colors of #F63BAE
Black with #F63BAE
Text Example
Text Example
White with #F63BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BAE; }
p { color: rgb(246,59,174); }
H1.HeaderClassName
{
color: #F63BAE;
}
.AnyTagClassName
{
color: #F63BAE;
}
</style>
background-color css
<style>
a { background-color: #F63BAE; }
a { background-color: rgb(246,59,174); }
div.DivClassName
{
background-color: #F63BAE;
}
.BgClassName
{
background-color: #F63BAE;
}
</style>
border-color css
<style>
span { border-color: #F63BAE; }
span { border-color: rgb(246,59,174); }
td.TdClassName
{
border-color: #F63BAE;
}
.TagClassName
{
border-color: #F63BAE;
}
</style>