Shades of Persian Rose #F63DAF
Tints of Persian Rose #F63DAF
RGB
CMYK
RGB Variations
Color information
#F63DAF (or 0xF63DAF) is known color: Persian Rose. HEX triplet: F6, 3D and AF. RGB value is (246,61,175). Sum of RGB (Red+Green+Blue) = 246+61+175=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63DAF is #09C250. Grayscale: #818181. Windows color (decimal): -639569 or 11484662. OLE color: 11484662.
HSL color Cylindrical-coordinate representation of color #F63DAF: hue angle of 323.03º 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 #F63DAF is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 175 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.04 |
| HSL | 323.03º | 0.91% | 0.6% | - |
| HSV(B) | 323.03º | 0.75% | 0.96% | - |
| XYZ | 47.41 | 26.03 | 43.08 | - |
| YUV | 129.31 | 153.79 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 175 | 0 | 0.75 | 0.29 | 0.04 | 323.03 | 0.91 | 0.6 |
| Hex | F6 | 3D | AF | 0 | 4B | 1D | 4 | 143 | 5B | 3C |
| Octal | 366 | 75 | 257 | 0 | 113 | 35 | 4 | 503 | 133 | 74 |
| Binary | 11110110 | 111101 | 10101111 | 0 | 1001011 | 11101 | 100 | 101000011 | 1011011 | 111100 |
Color Harmonies of #F63DAF
Complementary color
Monochromatic Colors of #F63DAF
Black with #F63DAF
Text Example
Text Example
White with #F63DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DAF; }
p { color: rgb(246,61,175); }
H1.HeaderClassName
{
color: #F63DAF;
}
.AnyTagClassName
{
color: #F63DAF;
}
</style>
background-color css
<style>
a { background-color: #F63DAF; }
a { background-color: rgb(246,61,175); }
div.DivClassName
{
background-color: #F63DAF;
}
.BgClassName
{
background-color: #F63DAF;
}
</style>
border-color css
<style>
span { border-color: #F63DAF; }
span { border-color: rgb(246,61,175); }
td.TdClassName
{
border-color: #F63DAF;
}
.TagClassName
{
border-color: #F63DAF;
}
</style>