Shades of Persian Rose #F737AF
Tints of Persian Rose #F737AF
RGB
CMYK
RGB Variations
Color information
#F737AF (or 0xF737AF) is known color: Persian Rose. HEX triplet: F7, 37 and AF. RGB value is (247,55,175). Sum of RGB (Red+Green+Blue) = 247+55+175=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F737AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F737AF is #08C850. Grayscale: #7D7D7D. Windows color (decimal): -575569 or 11483127. OLE color: 11483127.
HSL color Cylindrical-coordinate representation of color #F737AF: hue angle of 322.5º 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 #F737AF is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 175 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.03 |
| HSL | 322.5º | 0.92% | 0.59% | - |
| HSV(B) | 322.5º | 0.78% | 0.97% | - |
| XYZ | 47.46 | 25.6 | 43 | - |
| YUV | 126.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 175 | 0 | 0.78 | 0.29 | 0.03 | 322.5 | 0.92 | 0.59 |
| Hex | F7 | 37 | AF | 0 | 4E | 1D | 3 | 142 | 5C | 3B |
| Octal | 367 | 67 | 257 | 0 | 116 | 35 | 3 | 502 | 134 | 73 |
| Binary | 11110111 | 110111 | 10101111 | 0 | 1001110 | 11101 | 11 | 101000010 | 1011100 | 111011 |
Color Harmonies of #F737AF
Complementary color
Monochromatic Colors of #F737AF
Black with #F737AF
Text Example
Text Example
White with #F737AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F737AF; }
p { color: rgb(247,55,175); }
H1.HeaderClassName
{
color: #F737AF;
}
.AnyTagClassName
{
color: #F737AF;
}
</style>
background-color css
<style>
a { background-color: #F737AF; }
a { background-color: rgb(247,55,175); }
div.DivClassName
{
background-color: #F737AF;
}
.BgClassName
{
background-color: #F737AF;
}
</style>
border-color css
<style>
span { border-color: #F737AF; }
span { border-color: rgb(247,55,175); }
td.TdClassName
{
border-color: #F737AF;
}
.TagClassName
{
border-color: #F737AF;
}
</style>