Shades of Persian Rose #F639AF
Tints of Persian Rose #F639AF
RGB
CMYK
RGB Variations
Color information
#F639AF (or 0xF639AF) is known color: Persian Rose. HEX triplet: F6, 39 and AF. RGB value is (246,57,175). Sum of RGB (Red+Green+Blue) = 246+57+175=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F639AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F639AF is #09C650. Grayscale: #7E7E7E. Windows color (decimal): -640593 or 11483638. OLE color: 11483638.
HSL color Cylindrical-coordinate representation of color #F639AF: hue angle of 322.54º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F639AF is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 175 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.04 |
| HSL | 322.54º | 0.91% | 0.59% | - |
| HSV(B) | 322.54º | 0.77% | 0.96% | - |
| XYZ | 47.21 | 25.61 | 43.01 | - |
| YUV | 126.96 | 155.12 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 175 | 0 | 0.77 | 0.29 | 0.04 | 322.54 | 0.91 | 0.59 |
| Hex | F6 | 39 | AF | 0 | 4D | 1D | 4 | 143 | 5B | 3B |
| Octal | 366 | 71 | 257 | 0 | 115 | 35 | 4 | 503 | 133 | 73 |
| Binary | 11110110 | 111001 | 10101111 | 0 | 1001101 | 11101 | 100 | 101000011 | 1011011 | 111011 |
Color Harmonies of #F639AF
Complementary color
Monochromatic Colors of #F639AF
Black with #F639AF
Text Example
Text Example
White with #F639AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F639AF; }
p { color: rgb(246,57,175); }
H1.HeaderClassName
{
color: #F639AF;
}
.AnyTagClassName
{
color: #F639AF;
}
</style>
background-color css
<style>
a { background-color: #F639AF; }
a { background-color: rgb(246,57,175); }
div.DivClassName
{
background-color: #F639AF;
}
.BgClassName
{
background-color: #F639AF;
}
</style>
border-color css
<style>
span { border-color: #F639AF; }
span { border-color: rgb(246,57,175); }
td.TdClassName
{
border-color: #F639AF;
}
.TagClassName
{
border-color: #F639AF;
}
</style>