Shades of Persian Rose #F738AD
Tints of Persian Rose #F738AD
RGB
CMYK
RGB Variations
Color information
#F738AD (or 0xF738AD) is known color: Persian Rose. HEX triplet: F7, 38 and AD. RGB value is (247,56,173). Sum of RGB (Red+Green+Blue) = 247+56+173=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F738AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F738AD is #08C752. Grayscale: #7E7E7E. Windows color (decimal): -575315 or 11352311. OLE color: 11352311.
HSL color Cylindrical-coordinate representation of color #F738AD: hue angle of 323.25º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F738AD is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 173 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.03 |
| HSL | 323.25º | 0.92% | 0.59% | - |
| HSV(B) | 323.25º | 0.77% | 0.97% | - |
| XYZ | 47.31 | 25.62 | 41.99 | - |
| YUV | 126.45 | 154.28 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 173 | 0 | 0.77 | 0.30 | 0.03 | 323.25 | 0.92 | 0.59 |
| Hex | F7 | 38 | AD | 0 | 4D | 1E | 3 | 143 | 5C | 3B |
| Octal | 367 | 70 | 255 | 0 | 115 | 36 | 3 | 503 | 134 | 73 |
| Binary | 11110111 | 111000 | 10101101 | 0 | 1001101 | 11110 | 11 | 101000011 | 1011100 | 111011 |
Color Harmonies of #F738AD
Complementary color
Monochromatic Colors of #F738AD
Black with #F738AD
Text Example
Text Example
White with #F738AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738AD; }
p { color: rgb(247,56,173); }
H1.HeaderClassName
{
color: #F738AD;
}
.AnyTagClassName
{
color: #F738AD;
}
</style>
background-color css
<style>
a { background-color: #F738AD; }
a { background-color: rgb(247,56,173); }
div.DivClassName
{
background-color: #F738AD;
}
.BgClassName
{
background-color: #F738AD;
}
</style>
border-color css
<style>
span { border-color: #F738AD; }
span { border-color: rgb(247,56,173); }
td.TdClassName
{
border-color: #F738AD;
}
.TagClassName
{
border-color: #F738AD;
}
</style>