Shades of Persian Rose #F740B0
Tints of Persian Rose #F740B0
RGB
CMYK
RGB Variations
Color information
#F740B0 (or 0xF740B0) is known color: Persian Rose. HEX triplet: F7, 40 and B0. RGB value is (247,64,176). Sum of RGB (Red+Green+Blue) = 247+64+176=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F740B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740B0 is #08BF4F. Grayscale: #838383. Windows color (decimal): -573264 or 11550967. OLE color: 11550967.
HSL color Cylindrical-coordinate representation of color #F740B0: hue angle of 323.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740B0 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 176 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.03 |
| HSL | 323.28º | 0.92% | 0.61% | - |
| HSV(B) | 323.28º | 0.74% | 0.97% | - |
| XYZ | 48.03 | 26.58 | 43.67 | - |
| YUV | 131.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 176 | 0 | 0.74 | 0.29 | 0.03 | 323.28 | 0.92 | 0.61 |
| Hex | F7 | 40 | B0 | 0 | 4A | 1D | 3 | 143 | 5C | 3D |
| Octal | 367 | 100 | 260 | 0 | 112 | 35 | 3 | 503 | 134 | 75 |
| Binary | 11110111 | 1000000 | 10110000 | 0 | 1001010 | 11101 | 11 | 101000011 | 1011100 | 111101 |
Color Harmonies of #F740B0
Complementary color
Monochromatic Colors of #F740B0
Black with #F740B0
Text Example
Text Example
White with #F740B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740B0; }
p { color: rgb(247,64,176); }
H1.HeaderClassName
{
color: #F740B0;
}
.AnyTagClassName
{
color: #F740B0;
}
</style>
background-color css
<style>
a { background-color: #F740B0; }
a { background-color: rgb(247,64,176); }
div.DivClassName
{
background-color: #F740B0;
}
.BgClassName
{
background-color: #F740B0;
}
</style>
border-color css
<style>
span { border-color: #F740B0; }
span { border-color: rgb(247,64,176); }
td.TdClassName
{
border-color: #F740B0;
}
.TagClassName
{
border-color: #F740B0;
}
</style>