Shades of Persian Rose #F634A8
Tints of Persian Rose #F634A8
RGB
CMYK
RGB Variations
Color information
#F634A8 (or 0xF634A8) is known color: Persian Rose. HEX triplet: F6, 34 and A8. RGB value is (246,52,168). Sum of RGB (Red+Green+Blue) = 246+52+168=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F634A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F634A8 is #09CB57. Grayscale: #7A7A7A. Windows color (decimal): -641880 or 11023606. OLE color: 11023606.
HSL color Cylindrical-coordinate representation of color #F634A8: hue angle of 324.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F634A8 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 168 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.04 |
| HSL | 324.12º | 0.92% | 0.58% | - |
| HSV(B) | 324.12º | 0.79% | 0.96% | - |
| XYZ | 46.3 | 24.88 | 39.41 | - |
| YUV | 123.23 | 153.27 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 168 | 0 | 0.79 | 0.32 | 0.04 | 324.12 | 0.92 | 0.58 |
| Hex | F6 | 34 | A8 | 0 | 4F | 20 | 4 | 144 | 5C | 3A |
| Octal | 366 | 64 | 250 | 0 | 117 | 40 | 4 | 504 | 134 | 72 |
| Binary | 11110110 | 110100 | 10101000 | 0 | 1001111 | 100000 | 100 | 101000100 | 1011100 | 111010 |
Color Harmonies of #F634A8
Complementary color
Monochromatic Colors of #F634A8
Black with #F634A8
Text Example
Text Example
White with #F634A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F634A8; }
p { color: rgb(246,52,168); }
H1.HeaderClassName
{
color: #F634A8;
}
.AnyTagClassName
{
color: #F634A8;
}
</style>
background-color css
<style>
a { background-color: #F634A8; }
a { background-color: rgb(246,52,168); }
div.DivClassName
{
background-color: #F634A8;
}
.BgClassName
{
background-color: #F634A8;
}
</style>
border-color css
<style>
span { border-color: #F634A8; }
span { border-color: rgb(246,52,168); }
td.TdClassName
{
border-color: #F634A8;
}
.TagClassName
{
border-color: #F634A8;
}
</style>