Shades of Persian Rose #F63DAC
Tints of Persian Rose #F63DAC
RGB
CMYK
RGB Variations
Color information
#F63DAC (or 0xF63DAC) is known color: Persian Rose. HEX triplet: F6, 3D and AC. RGB value is (246,61,172). Sum of RGB (Red+Green+Blue) = 246+61+172=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63DAC is #09C253. Grayscale: #808080. Windows color (decimal): -639572 or 11288054. OLE color: 11288054.
HSL color Cylindrical-coordinate representation of color #F63DAC: hue angle of 324º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63DAC is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 172 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.04 |
| HSL | 324º | 0.91% | 0.6% | - |
| HSV(B) | 324º | 0.75% | 0.96% | - |
| XYZ | 47.12 | 25.91 | 41.55 | - |
| YUV | 128.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 172 | 0 | 0.75 | 0.30 | 0.04 | 324 | 0.91 | 0.6 |
| Hex | F6 | 3D | AC | 0 | 4B | 1E | 4 | 144 | 5B | 3C |
| Octal | 366 | 75 | 254 | 0 | 113 | 36 | 4 | 504 | 133 | 74 |
| Binary | 11110110 | 111101 | 10101100 | 0 | 1001011 | 11110 | 100 | 101000100 | 1011011 | 111100 |
Color Harmonies of #F63DAC
Complementary color
Monochromatic Colors of #F63DAC
Black with #F63DAC
Text Example
Text Example
White with #F63DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DAC; }
p { color: rgb(246,61,172); }
H1.HeaderClassName
{
color: #F63DAC;
}
.AnyTagClassName
{
color: #F63DAC;
}
</style>
background-color css
<style>
a { background-color: #F63DAC; }
a { background-color: rgb(246,61,172); }
div.DivClassName
{
background-color: #F63DAC;
}
.BgClassName
{
background-color: #F63DAC;
}
</style>
border-color css
<style>
span { border-color: #F63DAC; }
span { border-color: rgb(246,61,172); }
td.TdClassName
{
border-color: #F63DAC;
}
.TagClassName
{
border-color: #F63DAC;
}
</style>