Shades of Persian Rose #F626A6
Tints of Persian Rose #F626A6
RGB
CMYK
RGB Variations
Color information
#F626A6 (or 0xF626A6) is known color: Persian Rose. HEX triplet: F6, 26 and A6. RGB value is (246,38,166). Sum of RGB (Red+Green+Blue) = 246+38+166=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F626A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F626A6 is #09D959. Grayscale: #727272. Windows color (decimal): -645466 or 10888950. OLE color: 10888950.
HSL color Cylindrical-coordinate representation of color #F626A6: hue angle of 323.08º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F626A6 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 38 | 166 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.04 |
| HSL | 323.08º | 0.92% | 0.56% | - |
| HSV(B) | 323.08º | 0.85% | 0.96% | - |
| XYZ | 45.58 | 23.73 | 38.25 | - |
| YUV | 114.78 | 156.91 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 38 | 166 | 0 | 0.85 | 0.33 | 0.04 | 323.08 | 0.92 | 0.56 |
| Hex | F6 | 26 | A6 | 0 | 55 | 21 | 4 | 143 | 5C | 38 |
| Octal | 366 | 46 | 246 | 0 | 125 | 41 | 4 | 503 | 134 | 70 |
| Binary | 11110110 | 100110 | 10100110 | 0 | 1010101 | 100001 | 100 | 101000011 | 1011100 | 111000 |
Color Harmonies of #F626A6
Complementary color
Monochromatic Colors of #F626A6
Black with #F626A6
Text Example
Text Example
White with #F626A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F626A6; }
p { color: rgb(246,38,166); }
H1.HeaderClassName
{
color: #F626A6;
}
.AnyTagClassName
{
color: #F626A6;
}
</style>
background-color css
<style>
a { background-color: #F626A6; }
a { background-color: rgb(246,38,166); }
div.DivClassName
{
background-color: #F626A6;
}
.BgClassName
{
background-color: #F626A6;
}
</style>
border-color css
<style>
span { border-color: #F626A6; }
span { border-color: rgb(246,38,166); }
td.TdClassName
{
border-color: #F626A6;
}
.TagClassName
{
border-color: #F626A6;
}
</style>