Shades of Persian Rose #F735A4
Tints of Persian Rose #F735A4
RGB
CMYK
RGB Variations
Color information
#F735A4 (or 0xF735A4) is known color: Persian Rose. HEX triplet: F7, 35 and A4. RGB value is (247,53,164). Sum of RGB (Red+Green+Blue) = 247+53+164=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F735A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F735A4 is #08CA5B. Grayscale: #7B7B7B. Windows color (decimal): -576092 or 10761719. OLE color: 10761719.
HSL color Cylindrical-coordinate representation of color #F735A4: hue angle of 325.67º 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 #F735A4 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 164 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.03 |
| HSL | 325.67º | 0.92% | 0.59% | - |
| HSV(B) | 325.67º | 0.79% | 0.97% | - |
| XYZ | 46.33 | 25 | 37.51 | - |
| YUV | 123.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 164 | 0 | 0.79 | 0.34 | 0.03 | 325.67 | 0.92 | 0.59 |
| Hex | F7 | 35 | A4 | 0 | 4F | 22 | 3 | 146 | 5C | 3B |
| Octal | 367 | 65 | 244 | 0 | 117 | 42 | 3 | 506 | 134 | 73 |
| Binary | 11110111 | 110101 | 10100100 | 0 | 1001111 | 100010 | 11 | 101000110 | 1011100 | 111011 |
Color Harmonies of #F735A4
Complementary color
Monochromatic Colors of #F735A4
Black with #F735A4
Text Example
Text Example
White with #F735A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F735A4; }
p { color: rgb(247,53,164); }
H1.HeaderClassName
{
color: #F735A4;
}
.AnyTagClassName
{
color: #F735A4;
}
</style>
background-color css
<style>
a { background-color: #F735A4; }
a { background-color: rgb(247,53,164); }
div.DivClassName
{
background-color: #F735A4;
}
.BgClassName
{
background-color: #F735A4;
}
</style>
border-color css
<style>
span { border-color: #F735A4; }
span { border-color: rgb(247,53,164); }
td.TdClassName
{
border-color: #F735A4;
}
.TagClassName
{
border-color: #F735A4;
}
</style>