Shades of Persian Rose #F340B2
Tints of Persian Rose #F340B2
RGB
CMYK
RGB Variations
Color information
#F340B2 (or 0xF340B2) is known color: Persian Rose. HEX triplet: F3, 40 and B2. RGB value is (243,64,178). Sum of RGB (Red+Green+Blue) = 243+64+178=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F340B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F340B2 is #0CBF4D. Grayscale: #828282. Windows color (decimal): -835406 or 11682035. OLE color: 11682035.
HSL color Cylindrical-coordinate representation of color #F340B2: hue angle of 321.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F340B2 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 178 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.05 |
| HSL | 321.79º | 0.88% | 0.6% | - |
| HSV(B) | 321.79º | 0.74% | 0.95% | - |
| XYZ | 46.83 | 25.94 | 44.66 | - |
| YUV | 130.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 178 | 0 | 0.74 | 0.27 | 0.05 | 321.79 | 0.88 | 0.6 |
| Hex | F3 | 40 | B2 | 0 | 4A | 1B | 5 | 142 | 58 | 3C |
| Octal | 363 | 100 | 262 | 0 | 112 | 33 | 5 | 502 | 130 | 74 |
| Binary | 11110011 | 1000000 | 10110010 | 0 | 1001010 | 11011 | 101 | 101000010 | 1011000 | 111100 |
Color Harmonies of #F340B2
Complementary color
Monochromatic Colors of #F340B2
Black with #F340B2
Text Example
Text Example
White with #F340B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F340B2; }
p { color: rgb(243,64,178); }
H1.HeaderClassName
{
color: #F340B2;
}
.AnyTagClassName
{
color: #F340B2;
}
</style>
background-color css
<style>
a { background-color: #F340B2; }
a { background-color: rgb(243,64,178); }
div.DivClassName
{
background-color: #F340B2;
}
.BgClassName
{
background-color: #F340B2;
}
</style>
border-color css
<style>
span { border-color: #F340B2; }
span { border-color: rgb(243,64,178); }
td.TdClassName
{
border-color: #F340B2;
}
.TagClassName
{
border-color: #F340B2;
}
</style>