Shades of Persian Rose #F334AA
Tints of Persian Rose #F334AA
RGB
CMYK
RGB Variations
Color information
#F334AA (or 0xF334AA) is known color: Persian Rose. HEX triplet: F3, 34 and AA. RGB value is (243,52,170). Sum of RGB (Red+Green+Blue) = 243+52+170=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F334AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F334AA is #0CCB55. Grayscale: #7A7A7A. Windows color (decimal): -838486 or 11154675. OLE color: 11154675.
HSL color Cylindrical-coordinate representation of color #F334AA: hue angle of 322.93º 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 #F334AA is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 170 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.05 |
| HSL | 322.93º | 0.89% | 0.58% | - |
| HSV(B) | 322.93º | 0.79% | 0.95% | - |
| XYZ | 45.45 | 24.41 | 40.35 | - |
| YUV | 122.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 170 | 0 | 0.79 | 0.30 | 0.05 | 322.93 | 0.89 | 0.58 |
| Hex | F3 | 34 | AA | 0 | 4F | 1E | 5 | 143 | 59 | 3A |
| Octal | 363 | 64 | 252 | 0 | 117 | 36 | 5 | 503 | 131 | 72 |
| Binary | 11110011 | 110100 | 10101010 | 0 | 1001111 | 11110 | 101 | 101000011 | 1011001 | 111010 |
Color Harmonies of #F334AA
Complementary color
Monochromatic Colors of #F334AA
Black with #F334AA
Text Example
Text Example
White with #F334AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F334AA; }
p { color: rgb(243,52,170); }
H1.HeaderClassName
{
color: #F334AA;
}
.AnyTagClassName
{
color: #F334AA;
}
</style>
background-color css
<style>
a { background-color: #F334AA; }
a { background-color: rgb(243,52,170); }
div.DivClassName
{
background-color: #F334AA;
}
.BgClassName
{
background-color: #F334AA;
}
</style>
border-color css
<style>
span { border-color: #F334AA; }
span { border-color: rgb(243,52,170); }
td.TdClassName
{
border-color: #F334AA;
}
.TagClassName
{
border-color: #F334AA;
}
</style>