Shades of Persian Rose #F62AAC
Tints of Persian Rose #F62AAC
RGB
CMYK
RGB Variations
Color information
#F62AAC (or 0xF62AAC) is known color: Persian Rose. HEX triplet: F6, 2A and AC. RGB value is (246,42,172). Sum of RGB (Red+Green+Blue) = 246+42+172=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F62AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62AAC is #09D553. Grayscale: #757575. Windows color (decimal): -644436 or 11283190. OLE color: 11283190.
HSL color Cylindrical-coordinate representation of color #F62AAC: hue angle of 321.76º 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 #F62AAC is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 172 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.04 |
| HSL | 321.76º | 0.92% | 0.56% | - |
| HSV(B) | 321.76º | 0.83% | 0.96% | - |
| XYZ | 46.28 | 24.23 | 41.27 | - |
| YUV | 117.82 | 158.59 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 172 | 0 | 0.83 | 0.30 | 0.04 | 321.76 | 0.92 | 0.56 |
| Hex | F6 | 2A | AC | 0 | 53 | 1E | 4 | 142 | 5C | 38 |
| Octal | 366 | 52 | 254 | 0 | 123 | 36 | 4 | 502 | 134 | 70 |
| Binary | 11110110 | 101010 | 10101100 | 0 | 1010011 | 11110 | 100 | 101000010 | 1011100 | 111000 |
Color Harmonies of #F62AAC
Complementary color
Monochromatic Colors of #F62AAC
Black with #F62AAC
Text Example
Text Example
White with #F62AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62AAC; }
p { color: rgb(246,42,172); }
H1.HeaderClassName
{
color: #F62AAC;
}
.AnyTagClassName
{
color: #F62AAC;
}
</style>
background-color css
<style>
a { background-color: #F62AAC; }
a { background-color: rgb(246,42,172); }
div.DivClassName
{
background-color: #F62AAC;
}
.BgClassName
{
background-color: #F62AAC;
}
</style>
border-color css
<style>
span { border-color: #F62AAC; }
span { border-color: rgb(246,42,172); }
td.TdClassName
{
border-color: #F62AAC;
}
.TagClassName
{
border-color: #F62AAC;
}
</style>