Shades of Persian Rose #F63AAB
Tints of Persian Rose #F63AAB
RGB
CMYK
RGB Variations
Color information
#F63AAB (or 0xF63AAB) is known color: Persian Rose. HEX triplet: F6, 3A and AB. RGB value is (246,58,171). Sum of RGB (Red+Green+Blue) = 246+58+171=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63AAB is #09C554. Grayscale: #7E7E7E. Windows color (decimal): -640341 or 11221750. OLE color: 11221750.
HSL color Cylindrical-coordinate representation of color #F63AAB: hue angle of 323.94º 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 #F63AAB is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 171 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.04 |
| HSL | 323.94º | 0.91% | 0.6% | - |
| HSV(B) | 323.94º | 0.76% | 0.96% | - |
| XYZ | 46.87 | 25.56 | 40.99 | - |
| YUV | 127.09 | 152.78 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 171 | 0 | 0.76 | 0.30 | 0.04 | 323.94 | 0.91 | 0.6 |
| Hex | F6 | 3A | AB | 0 | 4C | 1E | 4 | 144 | 5B | 3C |
| Octal | 366 | 72 | 253 | 0 | 114 | 36 | 4 | 504 | 133 | 74 |
| Binary | 11110110 | 111010 | 10101011 | 0 | 1001100 | 11110 | 100 | 101000100 | 1011011 | 111100 |
Color Harmonies of #F63AAB
Complementary color
Monochromatic Colors of #F63AAB
Black with #F63AAB
Text Example
Text Example
White with #F63AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AAB; }
p { color: rgb(246,58,171); }
H1.HeaderClassName
{
color: #F63AAB;
}
.AnyTagClassName
{
color: #F63AAB;
}
</style>
background-color css
<style>
a { background-color: #F63AAB; }
a { background-color: rgb(246,58,171); }
div.DivClassName
{
background-color: #F63AAB;
}
.BgClassName
{
background-color: #F63AAB;
}
</style>
border-color css
<style>
span { border-color: #F63AAB; }
span { border-color: rgb(246,58,171); }
td.TdClassName
{
border-color: #F63AAB;
}
.TagClassName
{
border-color: #F63AAB;
}
</style>