Shades of Persian Rose #F3259D
Tints of Persian Rose #F3259D
RGB
CMYK
RGB Variations
Color information
#F3259D (or 0xF3259D) is known color: Persian Rose. HEX triplet: F3, 25 and 9D. RGB value is (243,37,157). Sum of RGB (Red+Green+Blue) = 243+37+157=437 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.61% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 243 - color contains mainly: red. Hex color #F3259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3259D is #0CDA62. Grayscale: #6F6F6F. Windows color (decimal): -842339 or 10298867. OLE color: 10298867.
HSL color Cylindrical-coordinate representation of color #F3259D: hue angle of 325.05º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3259D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 157 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.05 |
| HSL | 325.05º | 0.9% | 0.55% | - |
| HSV(B) | 325.05º | 0.85% | 0.95% | - |
| XYZ | 43.71 | 22.81 | 34 | - |
| YUV | 112.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 157 | 0 | 0.85 | 0.35 | 0.05 | 325.05 | 0.9 | 0.55 |
| Hex | F3 | 25 | 9D | 0 | 55 | 23 | 5 | 145 | 5A | 37 |
| Octal | 363 | 45 | 235 | 0 | 125 | 43 | 5 | 505 | 132 | 67 |
| Binary | 11110011 | 100101 | 10011101 | 0 | 1010101 | 100011 | 101 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F3259D
Complementary color
Monochromatic Colors of #F3259D
Black with #F3259D
Text Example
Text Example
White with #F3259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3259D; }
p { color: rgb(243,37,157); }
H1.HeaderClassName
{
color: #F3259D;
}
.AnyTagClassName
{
color: #F3259D;
}
</style>
background-color css
<style>
a { background-color: #F3259D; }
a { background-color: rgb(243,37,157); }
div.DivClassName
{
background-color: #F3259D;
}
.BgClassName
{
background-color: #F3259D;
}
</style>
border-color css
<style>
span { border-color: #F3259D; }
span { border-color: rgb(243,37,157); }
td.TdClassName
{
border-color: #F3259D;
}
.TagClassName
{
border-color: #F3259D;
}
</style>