Shades of Persian Rose #F73CB0
Tints of Persian Rose #F73CB0
RGB
CMYK
RGB Variations
Color information
#F73CB0 (or 0xF73CB0) is known color: Persian Rose. HEX triplet: F7, 3C and B0. RGB value is (247,60,176). Sum of RGB (Red+Green+Blue) = 247+60+176=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F73CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73CB0 is #08C34F. Grayscale: #808080. Windows color (decimal): -574288 or 11549943. OLE color: 11549943.
HSL color Cylindrical-coordinate representation of color #F73CB0: hue angle of 322.78º 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 #F73CB0 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 176 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.03 |
| HSL | 322.78º | 0.92% | 0.6% | - |
| HSV(B) | 322.78º | 0.76% | 0.97% | - |
| XYZ | 47.81 | 26.14 | 43.6 | - |
| YUV | 129.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 176 | 0 | 0.76 | 0.29 | 0.03 | 322.78 | 0.92 | 0.6 |
| Hex | F7 | 3C | B0 | 0 | 4C | 1D | 3 | 143 | 5C | 3C |
| Octal | 367 | 74 | 260 | 0 | 114 | 35 | 3 | 503 | 134 | 74 |
| Binary | 11110111 | 111100 | 10110000 | 0 | 1001100 | 11101 | 11 | 101000011 | 1011100 | 111100 |
Color Harmonies of #F73CB0
Complementary color
Monochromatic Colors of #F73CB0
Black with #F73CB0
Text Example
Text Example
White with #F73CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CB0; }
p { color: rgb(247,60,176); }
H1.HeaderClassName
{
color: #F73CB0;
}
.AnyTagClassName
{
color: #F73CB0;
}
</style>
background-color css
<style>
a { background-color: #F73CB0; }
a { background-color: rgb(247,60,176); }
div.DivClassName
{
background-color: #F73CB0;
}
.BgClassName
{
background-color: #F73CB0;
}
</style>
border-color css
<style>
span { border-color: #F73CB0; }
span { border-color: rgb(247,60,176); }
td.TdClassName
{
border-color: #F73CB0;
}
.TagClassName
{
border-color: #F73CB0;
}
</style>