Shades of Persian Rose #F73AB2
Tints of Persian Rose #F73AB2
RGB
CMYK
RGB Variations
Color information
#F73AB2 (or 0xF73AB2) is known color: Persian Rose. HEX triplet: F7, 3A and B2. RGB value is (247,58,178). Sum of RGB (Red+Green+Blue) = 247+58+178=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73AB2 is #08C54D. Grayscale: #7F7F7F. Windows color (decimal): -574798 or 11680503. OLE color: 11680503.
HSL color Cylindrical-coordinate representation of color #F73AB2: hue angle of 321.9º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 58 | 178 | - |
CMYK | 0 | 0.77 | 0.28 | 0.03 |
HSL | 321.9º | 0.92% | 0.6% | - |
HSV(B) | 321.9º | 0.77% | 0.97% | - |
XYZ | 47.91 | 26.01 | 44.62 | - |
YUV | 128.19 | 156.12 | 212.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 58 | 178 | 0 | 0.77 | 0.28 | 0.03 | 321.9 | 0.92 | 0.6 |
Hex | F7 | 3A | B2 | 0 | 4D | 1C | 3 | 142 | 5C | 3C |
Octal | 367 | 72 | 262 | 0 | 115 | 34 | 3 | 502 | 134 | 74 |
Binary | 11110111 | 111010 | 10110010 | 0 | 1001101 | 11100 | 11 | 101000010 | 1011100 | 111100 |
Color Harmonies of #F73AB2
Complementary color
Monochromatic Colors of #F73AB2
Black with #F73AB2
Text Example
Text Example
White with #F73AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73AB2; }
p { color: rgb(247,58,178); }
H1.HeaderClassName
{
color: #F73AB2;
}
.AnyTagClassName
{
color: #F73AB2;
}
</style>
background-color css
<style>
a { background-color: #F73AB2; }
a { background-color: rgb(247,58,178); }
div.DivClassName
{
background-color: #F73AB2;
}
.BgClassName
{
background-color: #F73AB2;
}
</style>
border-color css
<style>
span { border-color: #F73AB2; }
span { border-color: rgb(247,58,178); }
td.TdClassName
{
border-color: #F73AB2;
}
.TagClassName
{
border-color: #F73AB2;
}
</style>