Shades of Persian Rose #F628AC
Tints of Persian Rose #F628AC
RGB
CMYK
RGB Variations
Color information
#F628AC (or 0xF628AC) is known color: Persian Rose. HEX triplet: F6, 28 and AC. RGB value is (246,40,172). Sum of RGB (Red+Green+Blue) = 246+40+172=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F628AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F628AC is #09D753. Grayscale: #747474. Windows color (decimal): -644948 or 11282678. OLE color: 11282678.
HSL color Cylindrical-coordinate representation of color #F628AC: hue angle of 321.55º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F628AC is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 172 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.04 |
| HSL | 321.55º | 0.92% | 0.56% | - |
| HSV(B) | 321.55º | 0.84% | 0.96% | - |
| XYZ | 46.21 | 24.09 | 41.24 | - |
| YUV | 116.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 172 | 0 | 0.84 | 0.30 | 0.04 | 321.55 | 0.92 | 0.56 |
| Hex | F6 | 28 | AC | 0 | 54 | 1E | 4 | 142 | 5C | 38 |
| Octal | 366 | 50 | 254 | 0 | 124 | 36 | 4 | 502 | 134 | 70 |
| Binary | 11110110 | 101000 | 10101100 | 0 | 1010100 | 11110 | 100 | 101000010 | 1011100 | 111000 |
Color Harmonies of #F628AC
Complementary color
Monochromatic Colors of #F628AC
Black with #F628AC
Text Example
Text Example
White with #F628AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F628AC; }
p { color: rgb(246,40,172); }
H1.HeaderClassName
{
color: #F628AC;
}
.AnyTagClassName
{
color: #F628AC;
}
</style>
background-color css
<style>
a { background-color: #F628AC; }
a { background-color: rgb(246,40,172); }
div.DivClassName
{
background-color: #F628AC;
}
.BgClassName
{
background-color: #F628AC;
}
</style>
border-color css
<style>
span { border-color: #F628AC; }
span { border-color: rgb(246,40,172); }
td.TdClassName
{
border-color: #F628AC;
}
.TagClassName
{
border-color: #F628AC;
}
</style>