Shades of Persian Rose #F8289F
Tints of Persian Rose #F8289F
RGB
CMYK
RGB Variations
Color information
#F8289F (or 0xF8289F) is known color: Persian Rose. HEX triplet: F8, 28 and 9F. RGB value is (248,40,159). Sum of RGB (Red+Green+Blue) = 248+40+159=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8289F is #07D760. Grayscale: #737373. Windows color (decimal): -513889 or 10430712. OLE color: 10430712.
HSL color Cylindrical-coordinate representation of color #F8289F: hue angle of 325.67º 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 #F8289F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 159 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.03 |
| HSL | 325.67º | 0.94% | 0.56% | - |
| HSV(B) | 325.67º | 0.84% | 0.97% | - |
| XYZ | 45.73 | 23.98 | 35.02 | - |
| YUV | 115.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 159 | 0 | 0.84 | 0.36 | 0.03 | 325.67 | 0.94 | 0.56 |
| Hex | F8 | 28 | 9F | 0 | 54 | 24 | 3 | 146 | 5E | 38 |
| Octal | 370 | 50 | 237 | 0 | 124 | 44 | 3 | 506 | 136 | 70 |
| Binary | 11111000 | 101000 | 10011111 | 0 | 1010100 | 100100 | 11 | 101000110 | 1011110 | 111000 |
Color Harmonies of #F8289F
Complementary color
Monochromatic Colors of #F8289F
Black with #F8289F
Text Example
Text Example
White with #F8289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8289F; }
p { color: rgb(248,40,159); }
H1.HeaderClassName
{
color: #F8289F;
}
.AnyTagClassName
{
color: #F8289F;
}
</style>
background-color css
<style>
a { background-color: #F8289F; }
a { background-color: rgb(248,40,159); }
div.DivClassName
{
background-color: #F8289F;
}
.BgClassName
{
background-color: #F8289F;
}
</style>
border-color css
<style>
span { border-color: #F8289F; }
span { border-color: rgb(248,40,159); }
td.TdClassName
{
border-color: #F8289F;
}
.TagClassName
{
border-color: #F8289F;
}
</style>