Shades of Persian Rose #F726AB
Tints of Persian Rose #F726AB
RGB
CMYK
RGB Variations
Color information
#F726AB (or 0xF726AB) is known color: Persian Rose. HEX triplet: F7, 26 and AB. RGB value is (247,38,171). Sum of RGB (Red+Green+Blue) = 247+38+171=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F726AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F726AB is #08D954. Grayscale: #737373. Windows color (decimal): -579925 or 11216631. OLE color: 11216631.
HSL color Cylindrical-coordinate representation of color #F726AB: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726AB is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 171 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.03 |
| HSL | 321.82º | 0.93% | 0.56% | - |
| HSV(B) | 321.82º | 0.85% | 0.97% | - |
| XYZ | 46.4 | 24.1 | 40.73 | - |
| YUV | 115.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 171 | 0 | 0.85 | 0.31 | 0.03 | 321.82 | 0.93 | 0.56 |
| Hex | F7 | 26 | AB | 0 | 55 | 1F | 3 | 142 | 5D | 38 |
| Octal | 367 | 46 | 253 | 0 | 125 | 37 | 3 | 502 | 135 | 70 |
| Binary | 11110111 | 100110 | 10101011 | 0 | 1010101 | 11111 | 11 | 101000010 | 1011101 | 111000 |
Color Harmonies of #F726AB
Complementary color
Monochromatic Colors of #F726AB
Black with #F726AB
Text Example
Text Example
White with #F726AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726AB; }
p { color: rgb(247,38,171); }
H1.HeaderClassName
{
color: #F726AB;
}
.AnyTagClassName
{
color: #F726AB;
}
</style>
background-color css
<style>
a { background-color: #F726AB; }
a { background-color: rgb(247,38,171); }
div.DivClassName
{
background-color: #F726AB;
}
.BgClassName
{
background-color: #F726AB;
}
</style>
border-color css
<style>
span { border-color: #F726AB; }
span { border-color: rgb(247,38,171); }
td.TdClassName
{
border-color: #F726AB;
}
.TagClassName
{
border-color: #F726AB;
}
</style>