Shades of Persian Rose #F6289B
Tints of Persian Rose #F6289B
RGB
CMYK
RGB Variations
Color information
#F6289B (or 0xF6289B) is known color: Persian Rose. HEX triplet: F6, 28 and 9B. RGB value is (246,40,155). Sum of RGB (Red+Green+Blue) = 246+40+155=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6289B is #09D764. Grayscale: #727272. Windows color (decimal): -644965 or 10168566. OLE color: 10168566.
HSL color Cylindrical-coordinate representation of color #F6289B: hue angle of 326.5º 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 #F6289B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 155 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.04 |
| HSL | 326.5º | 0.92% | 0.56% | - |
| HSV(B) | 326.5º | 0.84% | 0.96% | - |
| XYZ | 44.68 | 23.48 | 33.19 | - |
| YUV | 114.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 155 | 0 | 0.84 | 0.37 | 0.04 | 326.5 | 0.92 | 0.56 |
| Hex | F6 | 28 | 9B | 0 | 54 | 25 | 4 | 147 | 5C | 38 |
| Octal | 366 | 50 | 233 | 0 | 124 | 45 | 4 | 507 | 134 | 70 |
| Binary | 11110110 | 101000 | 10011011 | 0 | 1010100 | 100101 | 100 | 101000111 | 1011100 | 111000 |
Color Harmonies of #F6289B
Complementary color
Monochromatic Colors of #F6289B
Black with #F6289B
Text Example
Text Example
White with #F6289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6289B; }
p { color: rgb(246,40,155); }
H1.HeaderClassName
{
color: #F6289B;
}
.AnyTagClassName
{
color: #F6289B;
}
</style>
background-color css
<style>
a { background-color: #F6289B; }
a { background-color: rgb(246,40,155); }
div.DivClassName
{
background-color: #F6289B;
}
.BgClassName
{
background-color: #F6289B;
}
</style>
border-color css
<style>
span { border-color: #F6289B; }
span { border-color: rgb(246,40,155); }
td.TdClassName
{
border-color: #F6289B;
}
.TagClassName
{
border-color: #F6289B;
}
</style>