Shades of Persian Rose #F7249C
Tints of Persian Rose #F7249C
RGB
CMYK
RGB Variations
Color information
#F7249C (or 0xF7249C) is known color: Persian Rose. HEX triplet: F7, 24 and 9C. RGB value is (247,36,156). Sum of RGB (Red+Green+Blue) = 247+36+156=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F7249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7249C is #08DB63. Grayscale: #707070. Windows color (decimal): -580452 or 10233079. OLE color: 10233079.
HSL color Cylindrical-coordinate representation of color #F7249C: hue angle of 325.88º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7249C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 156 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.03 |
| HSL | 325.88º | 0.93% | 0.55% | - |
| HSV(B) | 325.88º | 0.85% | 0.97% | - |
| XYZ | 44.99 | 23.44 | 33.6 | - |
| YUV | 112.77 | 152.4 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 156 | 0 | 0.85 | 0.37 | 0.03 | 325.88 | 0.93 | 0.55 |
| Hex | F7 | 24 | 9C | 0 | 55 | 25 | 3 | 146 | 5D | 37 |
| Octal | 367 | 44 | 234 | 0 | 125 | 45 | 3 | 506 | 135 | 67 |
| Binary | 11110111 | 100100 | 10011100 | 0 | 1010101 | 100101 | 11 | 101000110 | 1011101 | 110111 |
Color Harmonies of #F7249C
Complementary color
Monochromatic Colors of #F7249C
Black with #F7249C
Text Example
Text Example
White with #F7249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7249C; }
p { color: rgb(247,36,156); }
H1.HeaderClassName
{
color: #F7249C;
}
.AnyTagClassName
{
color: #F7249C;
}
</style>
background-color css
<style>
a { background-color: #F7249C; }
a { background-color: rgb(247,36,156); }
div.DivClassName
{
background-color: #F7249C;
}
.BgClassName
{
background-color: #F7249C;
}
</style>
border-color css
<style>
span { border-color: #F7249C; }
span { border-color: rgb(247,36,156); }
td.TdClassName
{
border-color: #F7249C;
}
.TagClassName
{
border-color: #F7249C;
}
</style>