Shades of Persian Rose #F63AAA
Tints of Persian Rose #F63AAA
RGB
CMYK
RGB Variations
Color information
#F63AAA (or 0xF63AAA) is known color: Persian Rose. HEX triplet: F6, 3A and AA. RGB value is (246,58,170). Sum of RGB (Red+Green+Blue) = 246+58+170=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63AAA is #09C555. Grayscale: #7E7E7E. Windows color (decimal): -640342 or 11156214. OLE color: 11156214.
HSL color Cylindrical-coordinate representation of color #F63AAA: hue angle of 324.26º 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 #F63AAA is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 170 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.04 |
| HSL | 324.26º | 0.91% | 0.6% | - |
| HSV(B) | 324.26º | 0.76% | 0.96% | - |
| XYZ | 46.77 | 25.52 | 40.49 | - |
| YUV | 126.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 170 | 0 | 0.76 | 0.31 | 0.04 | 324.26 | 0.91 | 0.6 |
| Hex | F6 | 3A | AA | 0 | 4C | 1F | 4 | 144 | 5B | 3C |
| Octal | 366 | 72 | 252 | 0 | 114 | 37 | 4 | 504 | 133 | 74 |
| Binary | 11110110 | 111010 | 10101010 | 0 | 1001100 | 11111 | 100 | 101000100 | 1011011 | 111100 |
Color Harmonies of #F63AAA
Complementary color
Monochromatic Colors of #F63AAA
Black with #F63AAA
Text Example
Text Example
White with #F63AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AAA; }
p { color: rgb(246,58,170); }
H1.HeaderClassName
{
color: #F63AAA;
}
.AnyTagClassName
{
color: #F63AAA;
}
</style>
background-color css
<style>
a { background-color: #F63AAA; }
a { background-color: rgb(246,58,170); }
div.DivClassName
{
background-color: #F63AAA;
}
.BgClassName
{
background-color: #F63AAA;
}
</style>
border-color css
<style>
span { border-color: #F63AAA; }
span { border-color: rgb(246,58,170); }
td.TdClassName
{
border-color: #F63AAA;
}
.TagClassName
{
border-color: #F63AAA;
}
</style>