Shades of Persian Rose #F3239A
Tints of Persian Rose #F3239A
RGB
CMYK
RGB Variations
Color information
#F3239A (or 0xF3239A) is known color: Persian Rose. HEX triplet: F3, 23 and 9A. RGB value is (243,35,154). Sum of RGB (Red+Green+Blue) = 243+35+154=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F3239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3239A is #0CDC65. Grayscale: #6E6E6E. Windows color (decimal): -842854 or 10101747. OLE color: 10101747.
HSL color Cylindrical-coordinate representation of color #F3239A: hue angle of 325.67º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3239A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 154 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.05 |
| HSL | 325.67º | 0.9% | 0.55% | - |
| HSV(B) | 325.67º | 0.86% | 0.95% | - |
| XYZ | 43.4 | 22.59 | 32.64 | - |
| YUV | 110.76 | 152.41 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 154 | 0 | 0.86 | 0.37 | 0.05 | 325.67 | 0.9 | 0.55 |
| Hex | F3 | 23 | 9A | 0 | 56 | 25 | 5 | 146 | 5A | 37 |
| Octal | 363 | 43 | 232 | 0 | 126 | 45 | 5 | 506 | 132 | 67 |
| Binary | 11110011 | 100011 | 10011010 | 0 | 1010110 | 100101 | 101 | 101000110 | 1011010 | 110111 |
Color Harmonies of #F3239A
Complementary color
Monochromatic Colors of #F3239A
Black with #F3239A
Text Example
Text Example
White with #F3239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3239A; }
p { color: rgb(243,35,154); }
H1.HeaderClassName
{
color: #F3239A;
}
.AnyTagClassName
{
color: #F3239A;
}
</style>
background-color css
<style>
a { background-color: #F3239A; }
a { background-color: rgb(243,35,154); }
div.DivClassName
{
background-color: #F3239A;
}
.BgClassName
{
background-color: #F3239A;
}
</style>
border-color css
<style>
span { border-color: #F3239A; }
span { border-color: rgb(243,35,154); }
td.TdClassName
{
border-color: #F3239A;
}
.TagClassName
{
border-color: #F3239A;
}
</style>