Shades of Persian Rose #F334B2
Tints of Persian Rose #F334B2
RGB
CMYK
RGB Variations
Color information
#F334B2 (or 0xF334B2) is known color: Persian Rose. HEX triplet: F3, 34 and B2. RGB value is (243,52,178). Sum of RGB (Red+Green+Blue) = 243+52+178=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F334B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334B2 is #0CCB4D. Grayscale: #7B7B7B. Windows color (decimal): -838478 or 11678963. OLE color: 11678963.
HSL color Cylindrical-coordinate representation of color #F334B2: hue angle of 320.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334B2 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 178 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.05 |
| HSL | 320.42º | 0.89% | 0.58% | - |
| HSV(B) | 320.42º | 0.79% | 0.95% | - |
| XYZ | 46.23 | 24.73 | 44.46 | - |
| YUV | 123.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 178 | 0 | 0.79 | 0.27 | 0.05 | 320.42 | 0.89 | 0.58 |
| Hex | F3 | 34 | B2 | 0 | 4F | 1B | 5 | 140 | 59 | 3A |
| Octal | 363 | 64 | 262 | 0 | 117 | 33 | 5 | 500 | 131 | 72 |
| Binary | 11110011 | 110100 | 10110010 | 0 | 1001111 | 11011 | 101 | 101000000 | 1011001 | 111010 |
Color Harmonies of #F334B2
Complementary color
Monochromatic Colors of #F334B2
Black with #F334B2
Text Example
Text Example
White with #F334B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334B2; }
p { color: rgb(243,52,178); }
H1.HeaderClassName
{
color: #F334B2;
}
.AnyTagClassName
{
color: #F334B2;
}
</style>
background-color css
<style>
a { background-color: #F334B2; }
a { background-color: rgb(243,52,178); }
div.DivClassName
{
background-color: #F334B2;
}
.BgClassName
{
background-color: #F334B2;
}
</style>
border-color css
<style>
span { border-color: #F334B2; }
span { border-color: rgb(243,52,178); }
td.TdClassName
{
border-color: #F334B2;
}
.TagClassName
{
border-color: #F334B2;
}
</style>