Shades of Persian Rose #F73DB2
Tints of Persian Rose #F73DB2
RGB
CMYK
RGB Variations
Color information
#F73DB2 (or 0xF73DB2) is known color: Persian Rose. HEX triplet: F7, 3D and B2. RGB value is (247,61,178). Sum of RGB (Red+Green+Blue) = 247+61+178=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F73DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73DB2 is #08C24D. Grayscale: #818181. Windows color (decimal): -574030 or 11681271. OLE color: 11681271.
HSL color Cylindrical-coordinate representation of color #F73DB2: hue angle of 322.26º 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 #F73DB2 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 61 | 178 | - |
CMYK | 0 | 0.75 | 0.28 | 0.03 |
HSL | 322.26º | 0.92% | 0.6% | - |
HSV(B) | 322.26º | 0.75% | 0.97% | - |
XYZ | 48.06 | 26.33 | 44.67 | - |
YUV | 129.95 | 155.12 | 211.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 61 | 178 | 0 | 0.75 | 0.28 | 0.03 | 322.26 | 0.92 | 0.6 |
Hex | F7 | 3D | B2 | 0 | 4B | 1C | 3 | 142 | 5C | 3C |
Octal | 367 | 75 | 262 | 0 | 113 | 34 | 3 | 502 | 134 | 74 |
Binary | 11110111 | 111101 | 10110010 | 0 | 1001011 | 11100 | 11 | 101000010 | 1011100 | 111100 |
Color Harmonies of #F73DB2
Complementary color
Monochromatic Colors of #F73DB2
Black with #F73DB2
Text Example
Text Example
White with #F73DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73DB2; }
p { color: rgb(247,61,178); }
H1.HeaderClassName
{
color: #F73DB2;
}
.AnyTagClassName
{
color: #F73DB2;
}
</style>
background-color css
<style>
a { background-color: #F73DB2; }
a { background-color: rgb(247,61,178); }
div.DivClassName
{
background-color: #F73DB2;
}
.BgClassName
{
background-color: #F73DB2;
}
</style>
border-color css
<style>
span { border-color: #F73DB2; }
span { border-color: rgb(247,61,178); }
td.TdClassName
{
border-color: #F73DB2;
}
.TagClassName
{
border-color: #F73DB2;
}
</style>