Shades of Persian Rose #F7249A
Tints of Persian Rose #F7249A
RGB
CMYK
RGB Variations
Color information
#F7249A (or 0xF7249A) is known color: Persian Rose. HEX triplet: F7, 24 and 9A. RGB value is (247,36,154). Sum of RGB (Red+Green+Blue) = 247+36+154=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7249A is #08DB65. Grayscale: #707070. Windows color (decimal): -580454 or 10102007. OLE color: 10102007.
HSL color Cylindrical-coordinate representation of color #F7249A: hue angle of 326.45º 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 #F7249A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 154 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.03 |
| HSL | 326.45º | 0.93% | 0.55% | - |
| HSV(B) | 326.45º | 0.85% | 0.97% | - |
| XYZ | 44.82 | 23.37 | 32.72 | - |
| YUV | 112.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 154 | 0 | 0.85 | 0.38 | 0.03 | 326.45 | 0.93 | 0.55 |
| Hex | F7 | 24 | 9A | 0 | 55 | 26 | 3 | 146 | 5D | 37 |
| Octal | 367 | 44 | 232 | 0 | 125 | 46 | 3 | 506 | 135 | 67 |
| Binary | 11110111 | 100100 | 10011010 | 0 | 1010101 | 100110 | 11 | 101000110 | 1011101 | 110111 |
Color Harmonies of #F7249A
Complementary color
Monochromatic Colors of #F7249A
Black with #F7249A
Text Example
Text Example
White with #F7249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7249A; }
p { color: rgb(247,36,154); }
H1.HeaderClassName
{
color: #F7249A;
}
.AnyTagClassName
{
color: #F7249A;
}
</style>
background-color css
<style>
a { background-color: #F7249A; }
a { background-color: rgb(247,36,154); }
div.DivClassName
{
background-color: #F7249A;
}
.BgClassName
{
background-color: #F7249A;
}
</style>
border-color css
<style>
span { border-color: #F7249A; }
span { border-color: rgb(247,36,154); }
td.TdClassName
{
border-color: #F7249A;
}
.TagClassName
{
border-color: #F7249A;
}
</style>