Shades of Persian Rose #F62AAA
Tints of Persian Rose #F62AAA
RGB
CMYK
RGB Variations
Color information
#F62AAA (or 0xF62AAA) is known color: Persian Rose. HEX triplet: F6, 2A and AA. RGB value is (246,42,170). Sum of RGB (Red+Green+Blue) = 246+42+170=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62AAA is #09D555. Grayscale: #757575. Windows color (decimal): -644438 or 11152118. OLE color: 11152118.
HSL color Cylindrical-coordinate representation of color #F62AAA: hue angle of 322.35º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62AAA is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 170 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.04 |
| HSL | 322.35º | 0.92% | 0.56% | - |
| HSV(B) | 322.35º | 0.83% | 0.96% | - |
| XYZ | 46.09 | 24.15 | 40.26 | - |
| YUV | 117.59 | 157.59 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 170 | 0 | 0.83 | 0.31 | 0.04 | 322.35 | 0.92 | 0.56 |
| Hex | F6 | 2A | AA | 0 | 53 | 1F | 4 | 142 | 5C | 38 |
| Octal | 366 | 52 | 252 | 0 | 123 | 37 | 4 | 502 | 134 | 70 |
| Binary | 11110110 | 101010 | 10101010 | 0 | 1010011 | 11111 | 100 | 101000010 | 1011100 | 111000 |
Color Harmonies of #F62AAA
Complementary color
Monochromatic Colors of #F62AAA
Black with #F62AAA
Text Example
Text Example
White with #F62AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62AAA; }
p { color: rgb(246,42,170); }
H1.HeaderClassName
{
color: #F62AAA;
}
.AnyTagClassName
{
color: #F62AAA;
}
</style>
background-color css
<style>
a { background-color: #F62AAA; }
a { background-color: rgb(246,42,170); }
div.DivClassName
{
background-color: #F62AAA;
}
.BgClassName
{
background-color: #F62AAA;
}
</style>
border-color css
<style>
span { border-color: #F62AAA; }
span { border-color: rgb(246,42,170); }
td.TdClassName
{
border-color: #F62AAA;
}
.TagClassName
{
border-color: #F62AAA;
}
</style>