Shades of Persian Rose #F7279B
Tints of Persian Rose #F7279B
RGB
CMYK
RGB Variations
Color information
#F7279B (or 0xF7279B) is known color: Persian Rose. HEX triplet: F7, 27 and 9B. RGB value is (247,39,155). Sum of RGB (Red+Green+Blue) = 247+39+155=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7279B is #08D864. Grayscale: #727272. Windows color (decimal): -579685 or 10168311. OLE color: 10168311.
HSL color Cylindrical-coordinate representation of color #F7279B: hue angle of 326.54º degrees, saturation: 0.93, 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 #F7279B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 39 | 155 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.03 |
| HSL | 326.54º | 0.93% | 0.56% | - |
| HSV(B) | 326.54º | 0.84% | 0.97% | - |
| XYZ | 45 | 23.59 | 33.19 | - |
| YUV | 114.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 155 | 0 | 0.84 | 0.37 | 0.03 | 326.54 | 0.93 | 0.56 |
| Hex | F7 | 27 | 9B | 0 | 54 | 25 | 3 | 147 | 5D | 38 |
| Octal | 367 | 47 | 233 | 0 | 124 | 45 | 3 | 507 | 135 | 70 |
| Binary | 11110111 | 100111 | 10011011 | 0 | 1010100 | 100101 | 11 | 101000111 | 1011101 | 111000 |
Color Harmonies of #F7279B
Complementary color
Monochromatic Colors of #F7279B
Black with #F7279B
Text Example
Text Example
White with #F7279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7279B; }
p { color: rgb(247,39,155); }
H1.HeaderClassName
{
color: #F7279B;
}
.AnyTagClassName
{
color: #F7279B;
}
</style>
background-color css
<style>
a { background-color: #F7279B; }
a { background-color: rgb(247,39,155); }
div.DivClassName
{
background-color: #F7279B;
}
.BgClassName
{
background-color: #F7279B;
}
</style>
border-color css
<style>
span { border-color: #F7279B; }
span { border-color: rgb(247,39,155); }
td.TdClassName
{
border-color: #F7279B;
}
.TagClassName
{
border-color: #F7279B;
}
</style>