Shades of Persian Rose #F72BA3
Tints of Persian Rose #F72BA3
RGB
CMYK
RGB Variations
Color information
#F72BA3 (or 0xF72BA3) is known color: Persian Rose. HEX triplet: F7, 2B and A3. RGB value is (247,43,163). Sum of RGB (Red+Green+Blue) = 247+43+163=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BA3 is #08D45C. Grayscale: #757575. Windows color (decimal): -578653 or 10693623. OLE color: 10693623.
HSL color Cylindrical-coordinate representation of color #F72BA3: hue angle of 324.71º 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 #F72BA3 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 43 | 163 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.03 |
| HSL | 324.71º | 0.93% | 0.57% | - |
| HSV(B) | 324.71º | 0.83% | 0.97% | - |
| XYZ | 45.83 | 24.15 | 36.9 | - |
| YUV | 117.68 | 153.59 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 43 | 163 | 0 | 0.83 | 0.34 | 0.03 | 324.71 | 0.93 | 0.57 |
| Hex | F7 | 2B | A3 | 0 | 53 | 22 | 3 | 145 | 5D | 39 |
| Octal | 367 | 53 | 243 | 0 | 123 | 42 | 3 | 505 | 135 | 71 |
| Binary | 11110111 | 101011 | 10100011 | 0 | 1010011 | 100010 | 11 | 101000101 | 1011101 | 111001 |
Color Harmonies of #F72BA3
Complementary color
Monochromatic Colors of #F72BA3
Black with #F72BA3
Text Example
Text Example
White with #F72BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72BA3; }
p { color: rgb(247,43,163); }
H1.HeaderClassName
{
color: #F72BA3;
}
.AnyTagClassName
{
color: #F72BA3;
}
</style>
background-color css
<style>
a { background-color: #F72BA3; }
a { background-color: rgb(247,43,163); }
div.DivClassName
{
background-color: #F72BA3;
}
.BgClassName
{
background-color: #F72BA3;
}
</style>
border-color css
<style>
span { border-color: #F72BA3; }
span { border-color: rgb(247,43,163); }
td.TdClassName
{
border-color: #F72BA3;
}
.TagClassName
{
border-color: #F72BA3;
}
</style>