Shades of Persian Rose #F73BB3
Tints of Persian Rose #F73BB3
RGB
CMYK
RGB Variations
Color information
#F73BB3 (or 0xF73BB3) is known color: Persian Rose. HEX triplet: F7, 3B and B3. RGB value is (247,59,179). Sum of RGB (Red+Green+Blue) = 247+59+179=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73BB3 is #08C44C. Grayscale: #808080. Windows color (decimal): -574541 or 11746295. OLE color: 11746295.
HSL color Cylindrical-coordinate representation of color #F73BB3: hue angle of 321.7º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73BB3 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 59 | 179 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.03 |
| HSL | 321.7º | 0.92% | 0.6% | - |
| HSV(B) | 321.7º | 0.76% | 0.97% | - |
| XYZ | 48.06 | 26.16 | 45.16 | - |
| YUV | 128.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 179 | 0 | 0.76 | 0.28 | 0.03 | 321.7 | 0.92 | 0.6 |
| Hex | F7 | 3B | B3 | 0 | 4C | 1C | 3 | 142 | 5C | 3C |
| Octal | 367 | 73 | 263 | 0 | 114 | 34 | 3 | 502 | 134 | 74 |
| Binary | 11110111 | 111011 | 10110011 | 0 | 1001100 | 11100 | 11 | 101000010 | 1011100 | 111100 |
Color Harmonies of #F73BB3
Complementary color
Monochromatic Colors of #F73BB3
Black with #F73BB3
Text Example
Text Example
White with #F73BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BB3; }
p { color: rgb(247,59,179); }
H1.HeaderClassName
{
color: #F73BB3;
}
.AnyTagClassName
{
color: #F73BB3;
}
</style>
background-color css
<style>
a { background-color: #F73BB3; }
a { background-color: rgb(247,59,179); }
div.DivClassName
{
background-color: #F73BB3;
}
.BgClassName
{
background-color: #F73BB3;
}
</style>
border-color css
<style>
span { border-color: #F73BB3; }
span { border-color: rgb(247,59,179); }
td.TdClassName
{
border-color: #F73BB3;
}
.TagClassName
{
border-color: #F73BB3;
}
</style>