Shades of Persian Rose #F8289B
Tints of Persian Rose #F8289B
RGB
CMYK
RGB Variations
Color information
#F8289B (or 0xF8289B) is known color: Persian Rose. HEX triplet: F8, 28 and 9B. RGB value is (248,40,155). Sum of RGB (Red+Green+Blue) = 248+40+155=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F8289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8289B is #07D764. Grayscale: #737373. Windows color (decimal): -513893 or 10168568. OLE color: 10168568.
HSL color Cylindrical-coordinate representation of color #F8289B: hue angle of 326.83º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8289B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 155 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.03 |
| HSL | 326.83º | 0.94% | 0.56% | - |
| HSV(B) | 326.83º | 0.84% | 0.97% | - |
| XYZ | 45.39 | 23.84 | 33.22 | - |
| YUV | 115.3 | 150.41 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 155 | 0 | 0.84 | 0.38 | 0.03 | 326.83 | 0.94 | 0.56 |
| Hex | F8 | 28 | 9B | 0 | 54 | 26 | 3 | 147 | 5E | 38 |
| Octal | 370 | 50 | 233 | 0 | 124 | 46 | 3 | 507 | 136 | 70 |
| Binary | 11111000 | 101000 | 10011011 | 0 | 1010100 | 100110 | 11 | 101000111 | 1011110 | 111000 |
Color Harmonies of #F8289B
Complementary color
Monochromatic Colors of #F8289B
Black with #F8289B
Text Example
Text Example
White with #F8289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8289B; }
p { color: rgb(248,40,155); }
H1.HeaderClassName
{
color: #F8289B;
}
.AnyTagClassName
{
color: #F8289B;
}
</style>
background-color css
<style>
a { background-color: #F8289B; }
a { background-color: rgb(248,40,155); }
div.DivClassName
{
background-color: #F8289B;
}
.BgClassName
{
background-color: #F8289B;
}
</style>
border-color css
<style>
span { border-color: #F8289B; }
span { border-color: rgb(248,40,155); }
td.TdClassName
{
border-color: #F8289B;
}
.TagClassName
{
border-color: #F8289B;
}
</style>