Shades of Persian Rose #F32699
Tints of Persian Rose #F32699
RGB
CMYK
RGB Variations
Color information
#F32699 (or 0xF32699) is known color: Persian Rose. HEX triplet: F3, 26 and 99. RGB value is (243,38,153). Sum of RGB (Red+Green+Blue) = 243+38+153=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F32699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32699 is #0CD966. Grayscale: #707070. Windows color (decimal): -842087 or 10036979. OLE color: 10036979.
HSL color Cylindrical-coordinate representation of color #F32699: hue angle of 326.34º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32699 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 153 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.05 |
| HSL | 326.34º | 0.9% | 0.55% | - |
| HSV(B) | 326.34º | 0.84% | 0.95% | - |
| XYZ | 43.41 | 22.74 | 32.24 | - |
| YUV | 112.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 153 | 0 | 0.84 | 0.37 | 0.05 | 326.34 | 0.9 | 0.55 |
| Hex | F3 | 26 | 99 | 0 | 54 | 25 | 5 | 146 | 5A | 37 |
| Octal | 363 | 46 | 231 | 0 | 124 | 45 | 5 | 506 | 132 | 67 |
| Binary | 11110011 | 100110 | 10011001 | 0 | 1010100 | 100101 | 101 | 101000110 | 1011010 | 110111 |
Color Harmonies of #F32699
Complementary color
Monochromatic Colors of #F32699
Black with #F32699
Text Example
Text Example
White with #F32699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32699; }
p { color: rgb(243,38,153); }
H1.HeaderClassName
{
color: #F32699;
}
.AnyTagClassName
{
color: #F32699;
}
</style>
background-color css
<style>
a { background-color: #F32699; }
a { background-color: rgb(243,38,153); }
div.DivClassName
{
background-color: #F32699;
}
.BgClassName
{
background-color: #F32699;
}
</style>
border-color css
<style>
span { border-color: #F32699; }
span { border-color: rgb(243,38,153); }
td.TdClassName
{
border-color: #F32699;
}
.TagClassName
{
border-color: #F32699;
}
</style>