Shades of Persian Rose #F638AD
Tints of Persian Rose #F638AD
RGB
CMYK
RGB Variations
Color information
#F638AD (or 0xF638AD) is known color: Persian Rose. HEX triplet: F6, 38 and AD. RGB value is (246,56,173). Sum of RGB (Red+Green+Blue) = 246+56+173=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F638AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F638AD is #09C752. Grayscale: #7D7D7D. Windows color (decimal): -640851 or 11352310. OLE color: 11352310.
HSL color Cylindrical-coordinate representation of color #F638AD: hue angle of 323.05º 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 #F638AD is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 173 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.04 |
| HSL | 323.05º | 0.91% | 0.59% | - |
| HSV(B) | 323.05º | 0.77% | 0.96% | - |
| XYZ | 46.96 | 25.44 | 41.97 | - |
| YUV | 126.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 173 | 0 | 0.77 | 0.30 | 0.04 | 323.05 | 0.91 | 0.59 |
| Hex | F6 | 38 | AD | 0 | 4D | 1E | 4 | 143 | 5B | 3B |
| Octal | 366 | 70 | 255 | 0 | 115 | 36 | 4 | 503 | 133 | 73 |
| Binary | 11110110 | 111000 | 10101101 | 0 | 1001101 | 11110 | 100 | 101000011 | 1011011 | 111011 |
Color Harmonies of #F638AD
Complementary color
Monochromatic Colors of #F638AD
Black with #F638AD
Text Example
Text Example
White with #F638AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F638AD; }
p { color: rgb(246,56,173); }
H1.HeaderClassName
{
color: #F638AD;
}
.AnyTagClassName
{
color: #F638AD;
}
</style>
background-color css
<style>
a { background-color: #F638AD; }
a { background-color: rgb(246,56,173); }
div.DivClassName
{
background-color: #F638AD;
}
.BgClassName
{
background-color: #F638AD;
}
</style>
border-color css
<style>
span { border-color: #F638AD; }
span { border-color: rgb(246,56,173); }
td.TdClassName
{
border-color: #F638AD;
}
.TagClassName
{
border-color: #F638AD;
}
</style>