Shades of Persian Rose #F73DB3
Tints of Persian Rose #F73DB3
RGB
CMYK
RGB Variations
Color information
#F73DB3 (or 0xF73DB3) is known color: Persian Rose. HEX triplet: F7, 3D and B3. RGB value is (247,61,179). Sum of RGB (Red+Green+Blue) = 247+61+179=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73DB3 is #08C24C. Grayscale: #818181. Windows color (decimal): -574029 or 11746807. OLE color: 11746807.
HSL color Cylindrical-coordinate representation of color #F73DB3: hue angle of 321.94º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73DB3 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 179 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.03 |
| HSL | 321.94º | 0.92% | 0.6% | - |
| HSV(B) | 321.94º | 0.75% | 0.97% | - |
| XYZ | 48.16 | 26.37 | 45.2 | - |
| YUV | 130.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 179 | 0 | 0.75 | 0.28 | 0.03 | 321.94 | 0.92 | 0.6 |
| Hex | F7 | 3D | B3 | 0 | 4B | 1C | 3 | 142 | 5C | 3C |
| Octal | 367 | 75 | 263 | 0 | 113 | 34 | 3 | 502 | 134 | 74 |
| Binary | 11110111 | 111101 | 10110011 | 0 | 1001011 | 11100 | 11 | 101000010 | 1011100 | 111100 |
Color Harmonies of #F73DB3
Complementary color
Monochromatic Colors of #F73DB3
Black with #F73DB3
Text Example
Text Example
White with #F73DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DB3; }
p { color: rgb(247,61,179); }
H1.HeaderClassName
{
color: #F73DB3;
}
.AnyTagClassName
{
color: #F73DB3;
}
</style>
background-color css
<style>
a { background-color: #F73DB3; }
a { background-color: rgb(247,61,179); }
div.DivClassName
{
background-color: #F73DB3;
}
.BgClassName
{
background-color: #F73DB3;
}
</style>
border-color css
<style>
span { border-color: #F73DB3; }
span { border-color: rgb(247,61,179); }
td.TdClassName
{
border-color: #F73DB3;
}
.TagClassName
{
border-color: #F73DB3;
}
</style>