Shades of Persian Rose #F3219A
Tints of Persian Rose #F3219A
RGB
CMYK
RGB Variations
Color information
#F3219A (or 0xF3219A) is known color: Persian Rose. HEX triplet: F3, 21 and 9A. RGB value is (243,33,154). Sum of RGB (Red+Green+Blue) = 243+33+154=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F3219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3219A is #0CDE65. Grayscale: #6D6D6D. Windows color (decimal): -843366 or 10101235. OLE color: 10101235.
HSL color Cylindrical-coordinate representation of color #F3219A: hue angle of 325.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F3219A is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 154 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.05 |
| HSL | 325.43º | 0.9% | 0.54% | - |
| HSV(B) | 325.43º | 0.86% | 0.95% | - |
| XYZ | 43.34 | 22.48 | 32.63 | - |
| YUV | 109.58 | 153.07 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 154 | 0 | 0.86 | 0.37 | 0.05 | 325.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | 9A | 0 | 56 | 25 | 5 | 145 | 5A | 36 |
| Octal | 363 | 41 | 232 | 0 | 126 | 45 | 5 | 505 | 132 | 66 |
| Binary | 11110011 | 100001 | 10011010 | 0 | 1010110 | 100101 | 101 | 101000101 | 1011010 | 110110 |
Color Harmonies of #F3219A
Complementary color
Monochromatic Colors of #F3219A
Black with #F3219A
Text Example
Text Example
White with #F3219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3219A; }
p { color: rgb(243,33,154); }
H1.HeaderClassName
{
color: #F3219A;
}
.AnyTagClassName
{
color: #F3219A;
}
</style>
background-color css
<style>
a { background-color: #F3219A; }
a { background-color: rgb(243,33,154); }
div.DivClassName
{
background-color: #F3219A;
}
.BgClassName
{
background-color: #F3219A;
}
</style>
border-color css
<style>
span { border-color: #F3219A; }
span { border-color: rgb(243,33,154); }
td.TdClassName
{
border-color: #F3219A;
}
.TagClassName
{
border-color: #F3219A;
}
</style>