Shades of Persian Rose #F8289C
Tints of Persian Rose #F8289C
RGB
CMYK
RGB Variations
Color information
#F8289C (or 0xF8289C) is known color: Persian Rose. HEX triplet: F8, 28 and 9C. RGB value is (248,40,156). Sum of RGB (Red+Green+Blue) = 248+40+156=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F8289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8289C is #07D763. Grayscale: #737373. Windows color (decimal): -513892 or 10234104. OLE color: 10234104.
HSL color Cylindrical-coordinate representation of color #F8289C: hue angle of 326.54º 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 #F8289C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 156 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.03 |
| HSL | 326.54º | 0.94% | 0.56% | - |
| HSV(B) | 326.54º | 0.84% | 0.97% | - |
| XYZ | 45.47 | 23.87 | 33.66 | - |
| YUV | 115.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 156 | 0 | 0.84 | 0.37 | 0.03 | 326.54 | 0.94 | 0.56 |
| Hex | F8 | 28 | 9C | 0 | 54 | 25 | 3 | 147 | 5E | 38 |
| Octal | 370 | 50 | 234 | 0 | 124 | 45 | 3 | 507 | 136 | 70 |
| Binary | 11111000 | 101000 | 10011100 | 0 | 1010100 | 100101 | 11 | 101000111 | 1011110 | 111000 |
Color Harmonies of #F8289C
Complementary color
Monochromatic Colors of #F8289C
Black with #F8289C
Text Example
Text Example
White with #F8289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8289C; }
p { color: rgb(248,40,156); }
H1.HeaderClassName
{
color: #F8289C;
}
.AnyTagClassName
{
color: #F8289C;
}
</style>
background-color css
<style>
a { background-color: #F8289C; }
a { background-color: rgb(248,40,156); }
div.DivClassName
{
background-color: #F8289C;
}
.BgClassName
{
background-color: #F8289C;
}
</style>
border-color css
<style>
span { border-color: #F8289C; }
span { border-color: rgb(248,40,156); }
td.TdClassName
{
border-color: #F8289C;
}
.TagClassName
{
border-color: #F8289C;
}
</style>