Shades of Persian Rose #F733AD
Tints of Persian Rose #F733AD
RGB
CMYK
RGB Variations
Color information
#F733AD (or 0xF733AD) is known color: Persian Rose. HEX triplet: F7, 33 and AD. RGB value is (247,51,173). Sum of RGB (Red+Green+Blue) = 247+51+173=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F733AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F733AD is #08CC52. Grayscale: #7B7B7B. Windows color (decimal): -576595 or 11351031. OLE color: 11351031.
HSL color Cylindrical-coordinate representation of color #F733AD: hue angle of 322.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F733AD is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 51 | 173 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.03 |
| HSL | 322.65º | 0.92% | 0.58% | - |
| HSV(B) | 322.65º | 0.79% | 0.97% | - |
| XYZ | 47.08 | 25.16 | 41.91 | - |
| YUV | 123.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 51 | 173 | 0 | 0.79 | 0.30 | 0.03 | 322.65 | 0.92 | 0.58 |
| Hex | F7 | 33 | AD | 0 | 4F | 1E | 3 | 143 | 5C | 3A |
| Octal | 367 | 63 | 255 | 0 | 117 | 36 | 3 | 503 | 134 | 72 |
| Binary | 11110111 | 110011 | 10101101 | 0 | 1001111 | 11110 | 11 | 101000011 | 1011100 | 111010 |
Color Harmonies of #F733AD
Complementary color
Monochromatic Colors of #F733AD
Black with #F733AD
Text Example
Text Example
White with #F733AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F733AD; }
p { color: rgb(247,51,173); }
H1.HeaderClassName
{
color: #F733AD;
}
.AnyTagClassName
{
color: #F733AD;
}
</style>
background-color css
<style>
a { background-color: #F733AD; }
a { background-color: rgb(247,51,173); }
div.DivClassName
{
background-color: #F733AD;
}
.BgClassName
{
background-color: #F733AD;
}
</style>
border-color css
<style>
span { border-color: #F733AD; }
span { border-color: rgb(247,51,173); }
td.TdClassName
{
border-color: #F733AD;
}
.TagClassName
{
border-color: #F733AD;
}
</style>