Shades of Persian Rose #F738AF
Tints of Persian Rose #F738AF
RGB
CMYK
RGB Variations
Color information
#F738AF (or 0xF738AF) is known color: Persian Rose. HEX triplet: F7, 38 and AF. RGB value is (247,56,175). Sum of RGB (Red+Green+Blue) = 247+56+175=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F738AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F738AF is #08C750. Grayscale: #7E7E7E. Windows color (decimal): -575313 or 11483383. OLE color: 11483383.
HSL color Cylindrical-coordinate representation of color #F738AF: hue angle of 322.62º 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 #F738AF is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 175 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.03 |
| HSL | 322.62º | 0.92% | 0.59% | - |
| HSV(B) | 322.62º | 0.77% | 0.97% | - |
| XYZ | 47.51 | 25.7 | 43.01 | - |
| YUV | 126.68 | 155.28 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 175 | 0 | 0.77 | 0.29 | 0.03 | 322.62 | 0.92 | 0.59 |
| Hex | F7 | 38 | AF | 0 | 4D | 1D | 3 | 143 | 5C | 3B |
| Octal | 367 | 70 | 257 | 0 | 115 | 35 | 3 | 503 | 134 | 73 |
| Binary | 11110111 | 111000 | 10101111 | 0 | 1001101 | 11101 | 11 | 101000011 | 1011100 | 111011 |
Color Harmonies of #F738AF
Complementary color
Monochromatic Colors of #F738AF
Black with #F738AF
Text Example
Text Example
White with #F738AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738AF; }
p { color: rgb(247,56,175); }
H1.HeaderClassName
{
color: #F738AF;
}
.AnyTagClassName
{
color: #F738AF;
}
</style>
background-color css
<style>
a { background-color: #F738AF; }
a { background-color: rgb(247,56,175); }
div.DivClassName
{
background-color: #F738AF;
}
.BgClassName
{
background-color: #F738AF;
}
</style>
border-color css
<style>
span { border-color: #F738AF; }
span { border-color: rgb(247,56,175); }
td.TdClassName
{
border-color: #F738AF;
}
.TagClassName
{
border-color: #F738AF;
}
</style>