Shades of Persian Rose #F735AB
Tints of Persian Rose #F735AB
RGB
CMYK
RGB Variations
Color information
#F735AB (or 0xF735AB) is known color: Persian Rose. HEX triplet: F7, 35 and AB. RGB value is (247,53,171). Sum of RGB (Red+Green+Blue) = 247+53+171=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F735AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F735AB is #08CA54. Grayscale: #7C7C7C. Windows color (decimal): -576085 or 11220471. OLE color: 11220471.
HSL color Cylindrical-coordinate representation of color #F735AB: hue angle of 323.51º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F735AB is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 171 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.03 |
| HSL | 323.51º | 0.92% | 0.59% | - |
| HSV(B) | 323.51º | 0.79% | 0.97% | - |
| XYZ | 46.98 | 25.26 | 40.93 | - |
| YUV | 124.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 171 | 0 | 0.79 | 0.31 | 0.03 | 323.51 | 0.92 | 0.59 |
| Hex | F7 | 35 | AB | 0 | 4F | 1F | 3 | 144 | 5C | 3B |
| Octal | 367 | 65 | 253 | 0 | 117 | 37 | 3 | 504 | 134 | 73 |
| Binary | 11110111 | 110101 | 10101011 | 0 | 1001111 | 11111 | 11 | 101000100 | 1011100 | 111011 |
Color Harmonies of #F735AB
Complementary color
Monochromatic Colors of #F735AB
Black with #F735AB
Text Example
Text Example
White with #F735AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735AB; }
p { color: rgb(247,53,171); }
H1.HeaderClassName
{
color: #F735AB;
}
.AnyTagClassName
{
color: #F735AB;
}
</style>
background-color css
<style>
a { background-color: #F735AB; }
a { background-color: rgb(247,53,171); }
div.DivClassName
{
background-color: #F735AB;
}
.BgClassName
{
background-color: #F735AB;
}
</style>
border-color css
<style>
span { border-color: #F735AB; }
span { border-color: rgb(247,53,171); }
td.TdClassName
{
border-color: #F735AB;
}
.TagClassName
{
border-color: #F735AB;
}
</style>