Shades of Persian Rose #F3259E
Tints of Persian Rose #F3259E
RGB
CMYK
RGB Variations
Color information
#F3259E (or 0xF3259E) is known color: Persian Rose. HEX triplet: F3, 25 and 9E. RGB value is (243,37,158). Sum of RGB (Red+Green+Blue) = 243+37+158=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3259E is #0CDA61. Grayscale: #707070. Windows color (decimal): -842338 or 10364403. OLE color: 10364403.
HSL color Cylindrical-coordinate representation of color #F3259E: hue angle of 324.76º 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 #F3259E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 158 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.05 |
| HSL | 324.76º | 0.9% | 0.55% | - |
| HSV(B) | 324.76º | 0.85% | 0.95% | - |
| XYZ | 43.8 | 22.85 | 34.45 | - |
| YUV | 112.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 158 | 0 | 0.85 | 0.35 | 0.05 | 324.76 | 0.9 | 0.55 |
| Hex | F3 | 25 | 9E | 0 | 55 | 23 | 5 | 145 | 5A | 37 |
| Octal | 363 | 45 | 236 | 0 | 125 | 43 | 5 | 505 | 132 | 67 |
| Binary | 11110011 | 100101 | 10011110 | 0 | 1010101 | 100011 | 101 | 101000101 | 1011010 | 110111 |
Color Harmonies of #F3259E
Complementary color
Monochromatic Colors of #F3259E
Black with #F3259E
Text Example
Text Example
White with #F3259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3259E; }
p { color: rgb(243,37,158); }
H1.HeaderClassName
{
color: #F3259E;
}
.AnyTagClassName
{
color: #F3259E;
}
</style>
background-color css
<style>
a { background-color: #F3259E; }
a { background-color: rgb(243,37,158); }
div.DivClassName
{
background-color: #F3259E;
}
.BgClassName
{
background-color: #F3259E;
}
</style>
border-color css
<style>
span { border-color: #F3259E; }
span { border-color: rgb(243,37,158); }
td.TdClassName
{
border-color: #F3259E;
}
.TagClassName
{
border-color: #F3259E;
}
</style>