Shades of Persian Rose #F72BA2
Tints of Persian Rose #F72BA2
RGB
CMYK
RGB Variations
Color information
#F72BA2 (or 0xF72BA2) is known color: Persian Rose. HEX triplet: F7, 2B and A2. RGB value is (247,43,162). Sum of RGB (Red+Green+Blue) = 247+43+162=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BA2 is #08D45D. Grayscale: #757575. Windows color (decimal): -578654 or 10628087. OLE color: 10628087.
HSL color Cylindrical-coordinate representation of color #F72BA2: hue angle of 325º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72BA2 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 43 | 162 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.03 |
| HSL | 325º | 0.93% | 0.57% | - |
| HSV(B) | 325º | 0.83% | 0.97% | - |
| XYZ | 45.74 | 24.11 | 36.43 | - |
| YUV | 117.56 | 153.09 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 43 | 162 | 0 | 0.83 | 0.34 | 0.03 | 325 | 0.93 | 0.57 |
| Hex | F7 | 2B | A2 | 0 | 53 | 22 | 3 | 145 | 5D | 39 |
| Octal | 367 | 53 | 242 | 0 | 123 | 42 | 3 | 505 | 135 | 71 |
| Binary | 11110111 | 101011 | 10100010 | 0 | 1010011 | 100010 | 11 | 101000101 | 1011101 | 111001 |
Color Harmonies of #F72BA2
Complementary color
Monochromatic Colors of #F72BA2
Black with #F72BA2
Text Example
Text Example
White with #F72BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72BA2; }
p { color: rgb(247,43,162); }
H1.HeaderClassName
{
color: #F72BA2;
}
.AnyTagClassName
{
color: #F72BA2;
}
</style>
background-color css
<style>
a { background-color: #F72BA2; }
a { background-color: rgb(247,43,162); }
div.DivClassName
{
background-color: #F72BA2;
}
.BgClassName
{
background-color: #F72BA2;
}
</style>
border-color css
<style>
span { border-color: #F72BA2; }
span { border-color: rgb(247,43,162); }
td.TdClassName
{
border-color: #F72BA2;
}
.TagClassName
{
border-color: #F72BA2;
}
</style>