Shades of Persian Rose #F737AB
Tints of Persian Rose #F737AB
RGB
CMYK
RGB Variations
Color information
#F737AB (or 0xF737AB) is known color: Persian Rose. HEX triplet: F7, 37 and AB. RGB value is (247,55,171). Sum of RGB (Red+Green+Blue) = 247+55+171=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F737AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F737AB is #08C854. Grayscale: #7D7D7D. Windows color (decimal): -575573 or 11220983. OLE color: 11220983.
HSL color Cylindrical-coordinate representation of color #F737AB: hue angle of 323.75º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F737AB is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 171 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.03 |
| HSL | 323.75º | 0.92% | 0.59% | - |
| HSV(B) | 323.75º | 0.78% | 0.97% | - |
| XYZ | 47.07 | 25.45 | 40.96 | - |
| YUV | 125.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 171 | 0 | 0.78 | 0.31 | 0.03 | 323.75 | 0.92 | 0.59 |
| Hex | F7 | 37 | AB | 0 | 4E | 1F | 3 | 144 | 5C | 3B |
| Octal | 367 | 67 | 253 | 0 | 116 | 37 | 3 | 504 | 134 | 73 |
| Binary | 11110111 | 110111 | 10101011 | 0 | 1001110 | 11111 | 11 | 101000100 | 1011100 | 111011 |
Color Harmonies of #F737AB
Complementary color
Monochromatic Colors of #F737AB
Black with #F737AB
Text Example
Text Example
White with #F737AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737AB; }
p { color: rgb(247,55,171); }
H1.HeaderClassName
{
color: #F737AB;
}
.AnyTagClassName
{
color: #F737AB;
}
</style>
background-color css
<style>
a { background-color: #F737AB; }
a { background-color: rgb(247,55,171); }
div.DivClassName
{
background-color: #F737AB;
}
.BgClassName
{
background-color: #F737AB;
}
</style>
border-color css
<style>
span { border-color: #F737AB; }
span { border-color: rgb(247,55,171); }
td.TdClassName
{
border-color: #F737AB;
}
.TagClassName
{
border-color: #F737AB;
}
</style>